gumbright / UIXOverlayViewController

ViewControllerBase class to simplify showing overlay view controllers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UIXOverlayViewController

View controller base class to simplify showing overlay view controllers

Usage

  1. Create a view controller with a UIXOverlayViewController base class. This class is the "content" of the overlay

  2. To display the overlay, allocate a configure the overlay controller

  3. call presentOn:animated:

  4. to programmatically dismiss call dismissOverlay:animated:

License

The MIT License (MIT)

See LICENSE file for details

About

ViewControllerBase class to simplify showing overlay view controllers

License:MIT License


Languages

Language:Objective-C 100.0%