LeadKit/TIFoundationUtils
Ivan Smolin 2bf1fc052a feat: Custom string attributes to `BaseTextAttributes`
- Customizeable `UIViewBackground` and `UIViewBorder` for `UIView.Appearance`
- Keychain single value storage for codable models -`CodableSingleValueKeychainStorage`
- Renamed methods `startAnimation` and `stopAnimation` of `SkeletonPresenter`, so it won't conflict with `Animatable` protocol anymore
2023-10-09 23:03:51 +03:00
..
AsyncOperation fix: iOS 12 crash - failed to demangle superclass of UIClosureObserverOperation from mangled name '\M^? \^Hp\M-}\M^?' 2023-06-09 16:09:17 +03:00
Cancellables/Sources feat: `SingleValueStorage` implementations + `AppInstallLifetimeSingleValueStorage` for automatically removing keychain items on app reinstall. 2023-05-24 10:57:17 +03:00
CodableKeyValueStorage feat: add universal DSL to TISwiftUtils, remove unused code 2023-08-24 12:07:43 +03:00
DataStorage/Sources feat: add universal DSL to TISwiftUtils, remove unused code 2023-08-24 12:07:43 +03:00
DateFormatting feat: ApiInteractor, TokenInterceptor, FingerprintsTrustEvaluator and more 2022-06-17 10:43:35 +03:00
Logger/Sources fix: move tifoundationlogger to it's own folder 2023-07-09 21:51:41 +03:00
TIFoundationUtils.app build: update changelog and podspec versions 2023-07-10 16:37:27 +03:00
TITimer feat: add AsyncOperation - generic subclass of Operation with chaining and result observation support 2022-02-15 21:30:27 +03:00
UserDefaultsBackingStore feat: add AsyncOperation - generic subclass of Operation with chaining and result observation support 2022-02-15 21:30:27 +03:00
PlaygroundPodfile feat: update tests, migration fixes, factory method for migration storage added 2023-07-06 12:34:48 +03:00
README.md feat: add TIMoyaNetoworking target; async closure typealiases to TISwiftUtils; Date formatting & decoding helpers to TIFoundationUtils 2022-02-18 22:26:09 +03:00
TIFoundationUtils.playground feat: Auto documentation generation for `TIFoundationUtils` playground and compile checks for playground before release 2023-02-28 14:56:36 +03:00
TIFoundationUtils.podspec feat: Custom string attributes to `BaseTextAttributes` 2023-10-09 23:03:51 +03:00

README.md

TIFoundationUtils

Set of helpers for Foundation framework classes.