ostatnicky / DraggableViewController

DraggableViewController in Swift version according the tutorial on http://imnotyourson.com/draggable-view-controller-interactive-view-controller/
104 stars 18 forks source link

Dismiss view gets all black when modalPresentationStyle set to OverFullScreen #1

Open chamira opened 8 years ago

chamira commented 8 years ago

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 ..

abhiiosraz commented 7 years ago

i want to show webView on nextViewController, i tried to view by having webView on storyboard but when i load web view url in viewDidLoad or viewDidAppear its show error "fatal error: unexpectedly found nil while unwrapping an Optional value"

jesuasir007 commented 4 years ago

yes I have to this problem ,to call a delegate method into the viewcontroller ,like tableview.delegate = self