NotMainThreadFix 1.0.0

NotMainThreadFix 1.0.0

Maintained by Siarhei Ladzeika.



  • By
  • Siarhei Ladzeika

NotMainThreadFix

License MIT Pod version Build Status

Helpers code which tries to fix access to some UI methods from not main thread. Well know anaytics frameworks and other ones have errors in code (Firebase, etc...) where UIApplication methods are being called from secondary threads. This issues can be tracked when 'Main thread checker' is enabled in Xcode.

Usage

Just add pod to your Podfile:

pod 'NotMainThreadFix'

and install it:

pod install

Authors

LICENSE

This project is licensed under the MIT License - see the LICENSE file for details