# Conflicts: # CHANGELOG.md # LeadKit.podspec # TIAppleMapUtils/TIAppleMapUtils.podspec # TIAuth/TIAuth.podspec # TIFoundationUtils/TIFoundationUtils.podspec # TIGoogleMapUtils/TIGoogleMapUtils.podspec # TIKeychainUtils/TIKeychainUtils.podspec # TIMapUtils/TIMapUtils.podspec # TIMoyaNetworking/TIMoyaNetworking.podspec # TINetworking/TINetworking.podspec # TINetworkingCache/TINetworkingCache.podspec # TIPagination/TIPagination.podspec # TISwiftUICore/TISwiftUICore.podspec # TISwiftUtils/TISwiftUtils.podspec # TITableKitUtils/TITableKitUtils.podspec # TITransitions/TITransitions.podspec # TIUIElements/TIUIElements.podspec # TIUIKitCore/TIUIKitCore.podspec # TIYandexMapUtils/TIYandexMapUtils.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.