justinmfischer / SwiftlyLRULinks
SwiftlyLRU is a pure Swift Least Recently Used "LRU" Cache. Older items that have not been recently used are discarded from the cache. This is the ideal pattern for large lists and infinite scrolling. The time, space complexity is O(1) and thanks to generics any values can be stored. Simply drag SwiftlyLRU.swift into your project to get started!…
☆56Updated 4 years ago
Alternatives and similar repositories for SwiftlyLRU
Users that are interested in SwiftlyLRU are comparing it to the libraries listed below
Sorting:
- ProtocolUI is a simple helper file providing very basic infrastructure for customizing UI elements via protocol extensions.☆73Updated 9 years ago
- A collection of CGRect, CGPoint and CGSize convenience functions for Swift☆121Updated 9 years ago
- Converts Strings into NSAttributedStrings using an HTML-like markup language.☆102Updated 4 years ago
- iOS library adding closure (block or callback) functionality to several native classes (buttons, sliders, notifications, etc)☆58Updated 6 years ago
- A lightweight XMLParser for assembling and parsing XML values written for iOS 8+ in Swift 2.☆73Updated 9 years ago
- Generic datasources for UITableView and UICollectionView in Swift, with support for YapDatabase☆68Updated 9 years ago
- Application information delivered in nice Swifty way☆37Updated 9 years ago
- A Type-Safe, Thread-Safe-ish approach to CoreData in Swift☆48Updated 9 years ago
- Swift library for making storing data in a SQLite database simple and magic-free☆83Updated 3 years ago
- A swift implementation of OAuth2☆81Updated 8 years ago
- Drop-in UITabBarController subclass that shows a sidebar with tabs based on trait collections.☆71Updated 8 years ago
- Useful functions and extensions for sorting in Swift☆60Updated 4 years ago
- JustPeek is an iOS Library that adds support for Force Touch-like Peek and Pop interactions on devices that do not natively support this …☆68Updated 8 years ago
- Super powerful remote config utility written in Swift (iOS, watchOS, tvOS, OSX)☆114Updated 6 years ago
- Porting NSLayoutAnchor to iOS7 (full port)☆83Updated 8 years ago
- A series of helpers and extensions for identifying what device is interacting with your app.☆66Updated 10 years ago
- Open source replacement of UIStackView for iOS 8 (100% layouts supported)☆207Updated 6 years ago
- Programmatic creation of NSAttributedString doesn't have to be a pain☆64Updated 3 years ago
- Unit conversion library for Swift.☆341Updated 5 years ago
- Script to support easily using Xcode Asset Catalog in Swift.☆123Updated 7 years ago
- Key-Value Coding (KVC) for native Swift classes and structs☆135Updated 7 years ago
- Show your CocoaPods dependencies in-app.☆86Updated 4 years ago
- An Xcode Source Editor extension to clean the closure syntax.☆185Updated 8 years ago
- Answering a question on SO☆48Updated 10 years ago
- Modern Swift API for Plist.☆116Updated 9 years ago
- Present your custom iOS 10 notification when app is in foreground mode.☆46Updated 7 years ago
- Declarative form building framework for iOS☆158Updated 4 years ago
- Shell scripts to make life a little easier when using Carthage.☆43Updated 9 years ago
- Interactive static table views with ease☆132Updated last year
- A library for formatting strings on iOS and macOS☆167Updated 7 years ago