CoderLouie / SwifterKnife

A handy collection of Swift method and Tools to build project faster and more efficient.

Home Page:https://github.com/CoderLouie/SwifterKnife

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 11.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…)

sunshinejr/SwiftyUserDefaults: Modern Swift API for NSUserDefaults

SwiftyJSON/SwiftyJSON: The better way to deal with JSON data in Swift.

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

iwill/ExCodable: Key-Mapping Extensions for Swift Codable

License

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

About

A handy collection of Swift method and Tools to build project faster and more efficient.

https://github.com/CoderLouie/SwifterKnife

License:MIT License


Languages

Language:Swift 99.1%Language:Objective-C 0.6%Language:Ruby 0.3%