OSCache is an open-source re-implementation of NSCache that behaves in a predictable, debuggable way.
Repositories
nicklockwood repositories
[DEPRECATED]
The master list of repositories for the Swift Package Index.
Supporting code for my talk entitled "Parsing Formal Languages with Swift"
This is a simple benchmark app to compare JPEG vs PNG loading performance on iOS. Spoiler: JPEG wins.
Code samples and projects for presentations that I have given
A class for creating independent, repeatable pseudorandom number sequences on Mac and iOS
[DEPRECATED]
[DEPRECATED]
A collection of category methods designed to simplify the process of HTTP request construction and manipulation in Cocoa.
Tutorial series demonstrating how to build a retro first-person shooter from scratch in Swift
The ShapeScript 3D modeling app for macOS and iOS
Simple sound and music player class for playing audio on Mac and iPhone
A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
The CocoaPods Master Repo
A library for formatting strings on iOS and macOS
StackView is a class designed to simplify the implementation of vertical stacks of views on iOS. You can think of it as a bit like a simplified version of UITableView.
StandardPaths is a category on NSFileManager for simplifying access to standard application directories on iOS and Mac OS and abstracting the iCloud backup flags on iOS. It also provides support for working with device-specific file suffixes, such as the @2x suffix for Retina displays, or the -568h suffix for iPhone 5 and can optionally swizzle certain UIKit methods to support these suffixes more consistently.