lukegeiger / LGSemiModalNavController

A UINavigationController subclass that presents itself a dynamic amount in a view controller using the UIViewControllerAnimatedTransitioning protocol.
MIT License
409 stars 38 forks source link

Added optional controller dismission completion block #9

Closed danielepantaleone closed 1 year ago

danielepantaleone commented 7 years ago

This PR adds a new (optional) block property that will set as completion block for the dismission of the presented view controller.