- Removed: ViewText. Was fully replaced with BaseTextAttributes - Fixed: Operation.flattenDependencies used in Operation.add(to:waitUntilFinished:) now works correctly. - Added: Now it's possible to add dependent operation to start of the queue. |
||
|---|---|---|
| .. | ||
| AsyncOperation | ||
| Cancellables/Sources | ||
| CodableKeyValueStorage | ||
| DateFormatting | ||
| TITimer | ||
| UserDefaultsBackingStore | ||
| README.md | ||
| TIFoundationUtils.podspec | ||
README.md
TIFoundationUtils
Set of helpers for Foundation framework classes.
- TITimer - pretty timer
- AsyncOperation - generic subclass of Operation with chaining and result observation support
- CodableKeyValueStorage - key-value storage for Codable types + UserDefaults implementation
- UserDefaultsBackingStore - BackingStore property wrapper for UserDefaults
- DateFormatting - Date to string and wise versa formatting using DateFormatters reuse pool