/UIXOverlayViewController

ViewControllerBase class to simplify showing overlay view controllers

Primary LanguageObjective-CMIT LicenseMIT

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