When you set
nextViewController.modalPresentationStyle = .FullScreen
to
nextViewController.modalPresentationStyle = .OverFullScreen or .OverCurrentContext
After dismissing the overlay viewcontroller (hitting dismiss button on brown view) the app goes to black ..
When you set
nextViewController.modalPresentationStyle = .FullScreen
to
nextViewController.modalPresentationStyle = .OverFullScreen or .OverCurrentContext
After dismissing the overlay viewcontroller (hitting dismiss button on brown view) the app goes to black ..