- Notifications
You must be signed in to change notification settings - Fork6
A collection of helper functions and extensions for Swift iOS apps
License
NextFaze/FazeKit
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A collection of extensions and convenience functions on Foundation, UIKit and other Cocoa Frameworks, built in Swift for iOS development. The spiritual successor toNFAllocInit.
Included are little things, like shorthand mutation of views:
view.left=40.0
device accessors:
UIDevice.is4Inch()and operator overloads forNSDate:
if oneDate< anotherDate{print("one date is earlier")}
To run the example project, clone the repo, and runpod install from the Example directory first.
iOS 12.0
FazeKit is available throughCocoaPods. To installit, simply add the following line to your Podfile:
pod"FazeKit"
FazeKit is available under the APACHE 2.0 license. See the LICENSE file for more info.
About
A collection of helper functions and extensions for Swift iOS apps
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.