ostatnicky
Results
5
issues of
ostatnicky
I can't say in which cases it happend but closing shown `UIAlertView` causes crash with PHAirViewController in a project. ``` UIAlertView *dialog = [[UIAlertView alloc] initWithTitle:@"Title" message:nil delegate:nil cancelButtonTitle:@"Ok" otherButtonTitles:nil];...
If I add a button that is removing some section, it is crashing after scrolling to last section: ``` @IBAction func didClick(sender: AnyObject) { numberOfSections -= 1; let set =...