soffes / CommonCrypto
CommonCrypto Swift module
☆90Updated 6 years ago
Alternatives and similar repositories for CommonCrypto:
Users that are interested in CommonCrypto are comparing it to the libraries listed below
- Represent and compare versions via semantic versioning (SemVer) in Swift☆183Updated last year
- Enables you to set up Auto Layout constraints directly between your views and the iOS keyboard.☆57Updated 5 years ago
- Example of how to use AutoLayout with table header view.☆77Updated 7 years ago
- Custom UIPresentationController project for https://kylebashour.com/posts/custom-view-controller-presentation-tips☆111Updated 6 years ago
- Closures on most used UIKit methods☆65Updated last year
- A simple tool to create an XCFramework☆73Updated 4 years ago
- Keep the screen flow and data handling logic out of your view controllers – let them handle view-stuff only.☆58Updated 4 years ago
- String Scanner in pure Swift (supports unicode)☆171Updated 5 years ago
- A tool that generate code for Swift projects, designed to improve the maintainability of UIColors☆150Updated 7 years ago
- Useful helpers for working with Codable types in Swift☆129Updated 4 years ago
- Programmatic creation of NSAttributedString doesn't have to be a pain☆64Updated 3 years ago
- A simple localization solution for iOS. Google spreadsheets ~> Localizable.strings ~> Swift's struct.☆42Updated 7 years ago
- Swift Framework for sending Apple Push Notification over HTTP/2 API☆156Updated 8 years ago
- 🏷 Type-safe tags in Swift☆90Updated 5 years ago
- Declarative UIView animations without nested closures☆128Updated 6 years ago
- Handy UI features that should have been part of UIKit in the first place.☆128Updated 2 years ago
- A Swift Encoder for encoding any Encodable value into an array of URLQueryItem.☆64Updated 2 years ago
- An Xcode playground that demonstrates the new features introduced in Swift 4.2.☆116Updated 4 years ago
- 👮Sanitize your Assets.xcassets files☆218Updated 4 years ago
- [Deprecated] Alamofire + Unbox: the easiest way to download and decode JSON into swift objects.☆64Updated 3 years ago
- A repository with Xcode templates for VIPER (B) architecture☆26Updated 6 years ago
- Easy and type-safe iOS table and collection views in Swift.☆101Updated 9 months ago
- The easiest Future and Promises framework in Swift. No magic. No boilerplate.☆108Updated last year
- Swift Cron Expression Parser☆33Updated 2 years ago
- Associated Objects For Swift Values☆31Updated 3 years ago
- A Swift library to handle App Store receipt validation.☆112Updated 2 months ago
- An easy way to add swift closures to UIView, UIControl and more☆82Updated 6 years ago
- The ultimate iOS project template☆71Updated 11 years ago
- DraggableViewController in Swift version according the tutorial on http://imnotyourson.com/draggable-view-controller-interactive-view-con…