|
|
||
|---|---|---|
| .. | ||
| Sources | ||
| README.md | ||
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.