# Conflicts: # LeadKit.podspec # TIFoundationUtils/TIFoundationUtils.podspec # TIKeychainUtils/TIKeychainUtils.podspec # TISwiftUtils/TISwiftUtils.podspec # TITableKitUtils/TITableKitUtils.podspec # TITransitions/TITransitions.podspec # TIUIElements/TIUIElements.podspec # TIUIKitCore/TIUIKitCore.podspec |
||
|---|---|---|
| .. | ||
| 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.