NotMainThreadFix
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
- Siarhei Ladzeika [email protected]
LICENSE
This project is licensed under the MIT License - see the LICENSE file for details