A collection of Swift utilities and common UI/Foundation extensions.
pod 'ZDToolBoxSwift'In Xcode, go to File -> Add Package Dependencies... and use:
https://github.com/faimin/ZDToolBoxSwift.git
Then add the ZDToolBoxSwift product to your target.
Source/Classes/Extension: UIKit/Foundation extensionsSource/Classes/Tool: Utility helpers (delayed execution, JSON, encryption/decryption, thread-safe wrappers, etc.)Source/Classes/SubClass: Reusable view subclassesSource/Classes/PropertyWrapper: Property wrappers
Demo project tests are located at:
ZDToolBoxSwiftDemo/ZDToolBoxSwiftDemoTestsZDToolBoxSwiftDemo/ZDToolBoxSwiftDemoUITests
Use the Testing framework (Swift Testing) by default.
See CHANGELOG.md.