OverlayModalViewController 0.4.0

OverlayModalViewController 0.4.0

Maintained by Showang.



  • By
  • William Wang

OverlayModalViewController

CI Status Version License Platform

A simple view controller super class to help you make overlay present easier. (By using native modal present method.)

Example

Supporting customize your own background effects by implement OverlayBackgroundView protocal.

There are two build-in background effects.

Dark Mask Scale Blur
background-darkmask background-scaleblur

Support pan gesture with UIScrollView(EX:UITableView...etc) and handling safe area problems.(iOS8 ~ iOS11)

pangesture_tableview

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

iOS8, swift3

Installation

OverlayModalViewController is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'OverlayModalViewController'

Author

William Wang, [email protected]

License

OverlayModalViewController is available under the MIT license. See the LICENSE file for more info.