This type of error logs print when your presented view-controller is diapering while you trying to present another controller like..
- UIAlertView
- UIAlertController
- Present Model View Controller...etc.
Solution is within a second.
Keep remember above all type of controller present after the disappear presented controller successful.
- Set disappear delegate, in this callback you may present above types of controllers
- Add 0.5 second timer to present above types of controllers
No comments:
Post a Comment