func modalViewControllerDidDismiss()

in Sources/UberRides/ModalViewController.swift [74:82]


    func modalViewControllerDidDismiss(_ modalViewController: ModalViewController)
}

/**
 Convenience to wrap a ViewController in a UINavigationController and add the appropriate buttons. Allows you to modally present a view controller w/ Uber branding.
 - Warning: The Ride Request Widget is deprecated, and will no longer work for new apps.
 Existing apps have until 05/31/2018 to migrate. See the Uber API Changelog for more details.
*/
public class ModalViewController : UIViewController {