mauriciosantos / Buckets-SwiftLinks
Swift Collection Data Structures Library
☆118Updated 6 years ago
Alternatives and similar repositories for Buckets-Swift
Users that are interested in Buckets-Swift are comparing it to the libraries listed below
Sorting:
- A Swift utility function that generates Equatable protocol code for any object.☆125Updated 8 years ago
- A Swift collection of unique, ordered objects☆251Updated last year
- Declarative UIView animations without nested closures☆128Updated 7 years ago
- Key-Value Coding (KVC) for native Swift classes and structs☆135Updated 7 years ago
- A minimalistic, thread safe, non-boilerplate and super easy to use version of Active Record on Core Data. Simply all you need for doing C…☆238Updated 2 years ago
- An array that keeps its elements sorted according to a given sort predicate.☆165Updated 8 months ago
- Simple and secure hashing in Swift with the SipHash algorithm☆264Updated 3 years ago
- Perform storyboard segues with closures, in Swift☆133Updated 4 years ago
- A fast Swift diffing library.☆167Updated 4 years ago
- An iOS world-time app written in Swift to demonstrate the benefits of treating view-state as a separate model.☆103Updated 6 years ago
- A collection of useful Swift utilities.☆183Updated 2 years ago
- Configuration file code generator for use in Xcode projects☆156Updated 4 years ago
- Your Data Storage Troubleshooter 🛠☆227Updated 7 years ago
- A Swift utility to make updating table views/collection views trivially easy and reliable.☆99Updated 8 years ago
- Declarative text styles and streamlined Dynamic Type support for iOS☆232Updated 2 years ago
- Operation Oriented Programming in Swift☆217Updated 8 years ago
- Type-safe observable values and collections in Swift☆363Updated 3 years ago
- Swift μ-framework for efficient array diffs and datasource adapters.☆351Updated 5 years ago
- Swift string fuzzy ranking. Score of 0 for no match; up to 1 for perfect. "String".score(word:"str"); //=> 0.825☆154Updated 4 years ago
- Projection-based Database Persistence in Swift☆446Updated 3 years ago
- A minimalist type safe Swift dependency injection library☆118Updated 7 years ago
- Swift Framework for sending Apple Push Notification over HTTP/2 API☆155Updated 8 years ago
- Fast Swift debug logs☆130Updated 7 years ago
- Clean Swift Router and Coordinator for declarative routing tree matching☆101Updated 6 years ago
- JustPersist is the easiest and safest way to do persistence on iOS with Core Data support out of the box. It also allows you to migrate t…☆164Updated last year
- Represent and compare versions via semantic versioning (SemVer) in Swift☆184Updated last year
- converts a pdf into multiple app icons for iOS and watchOS☆154Updated 4 years ago
- Xcode 8 Source Code Extension will generate conformance to Swift Equatable protocol based on type and fields selection.☆189Updated 6 years ago
- Core Data's NSFetchedResultsController wrapper for UITableView and UICollectionView☆106Updated 4 years ago
- General purpose validation system for objects, nested objects, enumerables written in Swift