Skip to content

A custom-designed reimplementation of the UIActionSheet control for iOS

License

Notifications You must be signed in to change notification settings

GGGHub/TOActionSheet

 
 

Repository files navigation

TOActionSheet

TOActionSheet

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.

Technical Requirements

iOS 7.0 or above.

License

TOActionSheet is licensed under the MIT License, please see the LICENSE file.

About

A custom-designed reimplementation of the UIActionSheet control for iOS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 99.1%
  • Ruby 0.9%