Swifty-Extensions is a collection of native Swift extensions that you needs in your most of the Projects.
- Swift 5.0+
- iOS 10.0+
Swift Package Manager
- Select File > Swift Packages > Add Package Dependency. Enter https://github.com/milanpanchal/Swifty-Extensions.git in the "Choose Package Repository" dialog.
- In the next page, specify the version resolving rule as "Up to Next Major" with "1.0.1" as its earliest version.
- After Xcode checking out the source and resolving the version, you can choose the "Swifty-Extensions" library and add it to your app target.
Manually
- Download and drop Swifty-Extensions folder inside your project.
- Congratulations!
- Array Extension
- Bool Extension
- Bundle Extension
- Data Extension
- Date Extension
- Dictionary Extension
- Double Extension
- Int Extension
- Locale Extension
- NSNotification+Extension
- String Extension
- UserDefaults Extension
- NSLayoutConstraint Extension
- UIAlertController Extension
- UIApplication Extension
- UIButton Extension
- UICollectionView Extension
- UIColor Extension
- UIControl Extension
- UIControl Extension
- UIImage Extension
- UIImageView Extension
- UILabel Extension
- UINavigationController Extension
- UIScrollView Extension
- UISwitch Extension
- UITableView Extension
- UITextField Extension
- UITextView Extension
- UIView Extension
- UIViewController Extension
- UIWindow Extension
- NSManagedObject Extension
- DispatchQueue Extension
- MKMapItem Extension
- CALayer Extension
- NSObject Extension
- If you found a bug, open an issue.
- If you have a feature request, open an issue.
- If you want to contribute, submit a pull request.
Milan Panchal, follow me on:
- Twitter (@milan_panchal24)
- Github (/milanpanchal)
- Medium (https://milanpanchal24.medium.com/)
- LinkedIn (/in/milanpanchal/)
- LeedCode (/milanpanchal)
MIT
Free Software, Hell Yeah!