TSActivityIndicatorView
TSActivityIndicatorView copied to clipboard
Minimize & Reopen app hangs the UI for 5-8 seconds
This lib have a big issue especially iPhone 6 onwards.
Follow steps to view this issue.
- Minimize app.
- Lock phone
- Un-lock phone
- Open app
- Click on any UIButton or tableview and go to another view controller. Going to another view controller is most important. It will hang for some time and after some time, app will go to another viewcontroller.
**Note : If you log the click event, you will see the logs when you click, but transition is done after 5-8 seconds. Even I try to put transition to another view controller with dispatch_async(dispatch_get_main_queue(), ^{
but still UI hangs.