UIThreadGuard is helps to check if you make any UI changes not in main thread. You should add this file in your project in early phase of develoment.
- Zero touch implementation
- Throw an assertion if call any layout update is called for instantiation of any UIView
- Get the location of assertion by examine call stack symbols.
- iOS 4.0 or later
- Objective C
UIThreadGuard is released under the MIT license. See LICENSE for details.