Question: In a certain app I’m developing, there are occasions where the user may be shown multiple popups (UIAlertViewControllers) in a row. Sometimes, this coincides with a Present Modally segue directly afterwards (i.e. the user presses a button, which is ...
Question: I’m trying to trigger a unwind segue from a button that is inside a custom table view cell. But it won’t let me create the link between the exit and the view controller. Answer: This sounds like a good ...
Question: I want to pass the selected row to the next VC. But it is always nil, no matter which row was clicked. I’m happy for any hints. Answer: Instead of self you could pass the index path and get ...