TOActionSheet is an iOS UI control providing a modal prompt control, similar to UIActionSheet. Unlike UIActionSheet, it can be very heavily re-themed, and avoids the delegate model by using blocks for each button.
Features:
- Pre-defined light and dark themes.
- Every colour is editable, and subscribes to UIAppearence.
- A custom header view may be specified as the top element.
- Plays a bubbly pop-up animation.
- Button callback is provided via blocks.
- Subscribes to sudden trait collection changes, such as split screen on iPad Air 2.

Leave a Reply
You must be logged in to post a comment.