Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 356 Bytes

DELEGATE.md

File metadata and controls

7 lines (5 loc) · 356 Bytes

Delegate

You can conform to the PresentrDelegate protocol in your presented view controller if you want to get a callback. Using this method you can prevent the view controller from being dismissed when the background is tapped and/or perform something before it's dismissed.

func presentrShouldDismiss(keyboardShowing: Bool) -> Bool { }