19 lines
771 B
Markdown
19 lines
771 B
Markdown
# TIUIKitCore
|
|
|
|
Core UI elements: protocols, views and helpers.
|
|
|
|
# Protocols
|
|
|
|
- [InitializableView](InitializableView/InitializableView.swift) - protocol with methods that should be called in constructor methods of view.
|
|
- [Animatable](Animatable/Animatable.swift) - protocol that ensures that specific type support basic animation actions.
|
|
- [ActivityIndicator](ActivityIndicator/ActivityIndicator.swift) - basic activity indicator.
|
|
- [ActivityIndicatorHolder](ActivityIndicator/ActivityIndicatorHolder.swift) - placeholder view, containing activity indicator.
|
|
|
|
# Views
|
|
|
|
- [BaseInitializableView](BaseInitializableView/BaseInitializableView.swift) - UIView conformance to InitializableView.
|
|
|
|
# Installation via SPM
|
|
|
|
You can install this framework as a target of LeadKit.
|