Stars
Algorithms and data structures in Swift, with explanations!
Cocoa framework and Obj-C dynamism bindings for ReactiveSwift.
Protect your SSH keys with your Mac's Secure Enclave
A Swift library that uses the Accelerate framework to provide high-performance functions for matrix math, digital signal processing, and image manipulation.
A UICollectionViewLayout subclass that adds custom transitions/animations to the UICollectionView without effecting your existing code.
A drop-in replacement for UILabel, which automatically adds a scrolling marquee effect when the label's text does not fit inside the specified frame
A demo implementation of SwiftUI for the Web
👨🏻💻 Examples of new iOS 11 APIs
An extension that gives UIImageView the ability to focus on faces within an image.
🌊 - Jelly is a library for animated, non-interactive & interactive viewcontroller transitions and presentations with the focus on a simple and yet flexible API.
An easier way to compose attributed strings
Sample Code of the App Architecture Book
WWDC 2019 video downloader script written in Swift - no external dependency.
Swift HTTP Networking with stubbing and caching support
Fast sorted collections for Swift using in-memory B-trees
A micro-framework for observing file changes, both local and remote. Helpful in building developer tools.
Parsimmon is a wee linguistics toolkit for iOS written in Swift.
A guard to help you check if you make UI changes not in main thread
Xcode Snippets for Swift 2, based on those by Mattt at https://github.com/Xcode-Snippets/Objective-C
A GUI for dynamically creating NSPredicates at runtime to query data in your iOS app.
RadialMenu is a custom control for providing a touch context menu (like iMessage recording in iOS 8) built with Swift & POP
A convenient wrapper around the UI code that is often needed for displaying debug menus.
Swift example codes for the Accelerate.framework
All the lproj languages that Xcode supports in a machine readable format.
Loading view controller using protocol extension. Based on http://khanlou.com/2016/02/many-controllers/