LeadKit/TIFoundationUtils/README.md

10 lines
560 B
Markdown

# TIFoundationUtils
Set of helpers for Foundation framework classes.
* [TITimer](Sources/TITimer) - pretty timer
* [AsyncOperation](AsyncOperation) - generic subclass of Operation with chaining and result observation support
* [CodableKeyValueStorage](CodableKeyValueStorage) - key-value storage for Codable types + UserDefaults implementation
* [UserDefaultsBackingStore](UserDefaultsBackingStore) - BackingStore property wrapper for UserDefaults
* [DateFormatting](DateFormatting) - Date to string and wise versa formatting using DateFormatters reuse pool