SwifterKnife is a collection of Swift extension method and some tools that often use in develop project, with them you might build project faster and more efficient.

Platform
Swift
MIT

Requirements

  • iOS 10.0+
  • Swift 5.0+

Installation

CocoaPods

To integrate SwifterKnife into your Xcode project using CocoaPods, specify it in your Podfile:

– Integrate All components (recommended):

pod 'SwifterKnife'

– Integrate Base components only:

pod 'SwifterKnife/Base'

– Integrate Extension components only:

pod 'SwifterKnife/Extension'

– Integrate Utility components only:

pod 'SwifterKnife/Utility'

– Integrate Views components only:

pod 'SwifterKnife/Views'

Thanks

Special thanks to:

devxoul/Then: ✨ Super sweet syntactic sugar for Swift initializers

SwifterSwift/SwifterSwift: A handy collection of more than 500 native Swift extensions to boost your productivity.

AliSoftware/Reusable: A Swift mixin for reusing views easily and in a type-safe way (UITableViewCells, UICollectionViewCells, custom UIViews, ViewControllers, Storyboards…)

LinXunFeng/SwiftyFitsize: ? Swifty screen adaptation solution (Support Objective-C and Swift)

iwill/ExCodable: Key-Mapping Extensions for Swift Codable

SwiftyJSON/Alamofire-SwiftyJSON: Alamofire extension for serialize NSData to SwiftyJSON

License

SwifterKnife is available under the MIT license. See the LICENSE file for more info.

GitHub

View Github