You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use a viewController as a local property(to keep some info when it is opened again). But if I click the trigger button very fast. An error happens:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Application tried to present modal view controller on itself. Presenting controller is <testPopup.TipViewController: 0x103c12e40>.'
Here is my test project.
I use a viewController as a local property(to keep some info when it is opened again). But if I click the trigger button very fast. An error happens:
Test project is here.
testPopup.zip
The text was updated successfully, but these errors were encountered: