iOS UI 控件 TOActionSheet
jopen
9年前
TOActionSheet是一个 iOS UI 控件,提供一个模态提示控制,类似于UIActionSheet。不同于UIActionSheet的是,它可以深度重设主题,通过对每个按钮使用块来避免委托模式。
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.