Post

Replies

Boosts

Views

Activity

dismissViewControllerAnimated ios 13 beta
[self dismissViewControllerAnimated:YES completion:^{ NSLog(@"Dismissed"); }];After this executes, the screen goes blank in black color. WHen I changed todismissViewControllerAnimated:NO then the initial view controller gets presented properly.This happened in iOS 13 beta simulator of iPhone XR.
4
0
2.5k
Apr ’22