Good time. I am writing an application for iOS. To output one UIViewController in another, I use the presentPopupViewController method. The problem is that all the rest around the new controller is very much obscured (black color on the simulator). How to get rid of this blackout? Call code:
MyDropDown* mdd = [[MyDropDown alloc] initWithNibName:@"MyDropDown" bundle:nil]; [self presentPopupViewController:mdd animationType:MJPopupViewAnimationSlideTopTop];