A collection of UIKit and SwiftUI extensions to speed up app development
Reference Documentation
Extensions
- Array
- CFRunLoopTimer
- CGPoint
- CGRect
- Data
- Date
- FileManager
- Int
- NSObject
- String
- Timer
- UIApplication
- UIButton
- UIColor
- UIImage
- UITableView
- UIView
- UIViewController
- View
Methods
Installation
Add the url for ExtensionKit in Xcode and Import ExtensionKit to start using it.
https://github.com/gtokman/ExtensionKit.git
Contact
Follow and contact me on Twitter at @f6ary.
Contributions
If you find an issue, just open a ticket on it. Pull requests are warmly welcome as well.
Steps
- Clone repo
- Important pls use semantic commit messages (ex:
feat: your description) - Add extension to source directory
- Tests are optional but add any in the Tests directory
- Add documentation to the extension (opt + cmd + /) in Xcode
- Submit a PR
- After it merges, I'll cut a new release and update the docs
License
ExtensionKit is licensed under the MIT license.
