Skip to content

Minor changes

Compare
Choose a tag to compare
@pchien pchien released this 09 Jun 21:49
· 645 commits to master since this release
  • Added eventElapsedTime: to allow you to check the ongoing time for a timed event. This can be used however you want, e.g. only tracking if a minimum time has gone by. #642
  • Stopped calling UIApplication setNetworkActivityIndicatorVisible: from a background thread. #677
  • Ensured logging would only occur from one thread at a time. #664