Breakpoint for “Warning: Attempt to present * on * which is already presenting *”
Question or problem in the Swift programming language: Sometimes it happens that – from different places in code – we want to do UIViewController.presentViewController(a, b, c), and sometimes it happens that we are already presenting, in which case we get:
Continue Reading