added CACornerMask rounding extension. added UIControl.State dictionary extensions. added UIFont registration. reworked BaseTextAttributes & ViewText. removed ViewTextConfigurable. |
||
|---|---|---|
| .. | ||
| Sources | ||
| README.md | ||
| TIUIKitCore.podspec | ||
README.md
TIUIKitCore
Core UI elements: protocols, views and helpers.
Protocols
- InitializableView - protocol with methods that should be called in constructor methods of view.
- Animatable - protocol that ensures that specific type support basic animation actions.
- ActivityIndicator - basic activity indicator.
- ActivityIndicatorHolder - placeholder view, containing activity indicator.
Views
- BaseInitializableView - UIView conformance to InitializableView.