justinmfischer / SwiftlyLRU
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 3 years ago
Alternatives and similar repositories for SwiftlyLRU:
Users that are interested in SwiftlyLRU are comparing it to the libraries listed below
- iOS library adding closure (block or callback) functionality to several native classes (buttons, sliders, notifications, etc)☆58Updated 5 years ago
- A Type-Safe, Thread-Safe-ish approach to CoreData in Swift☆48Updated 8 years ago
- KYDigitalFontView is a custom view that displays the character in the digital font style☆40Updated 8 years ago
- ProtocolUI is a simple helper file providing very basic infrastructure for customizing UI elements via protocol extensions.☆73Updated 8 years ago
- A customizable UICollectionViewLayout to use instead of UITableView☆135Updated 11 years ago
- ☆65Updated 6 years ago
- Tracking UIKit access on main thread☆59Updated 7 years ago
- async and await for Swift.☆88Updated 5 years ago
- An Xcode plugin that makes working with color easier☆77Updated 8 years ago
- Swift library for making storing data in a SQLite database simple and magic-free☆84Updated 2 years ago
- Converts Strings into NSAttributedStrings using an HTML-like markup language.☆101Updated 3 years ago
- UIImageView for rendering data asynchronously, with composable renderers and caches☆80Updated 2 months ago
- An alternative to UIStackView for common Auto Layout patterns.☆76Updated 4 years ago
- Modern Swift API for Plist.☆116Updated 8 years ago
- Storage classes for datasource based controls☆79Updated last year
- TypedDefaults is a utility library to type-safely use NSUserDefaults.☆110Updated 7 years ago
- Proxy for receive delegate events more practically☆129Updated 5 years ago
- The iOS 10 version of ImagePickerSheetController☆68Updated 7 years ago
- Custom transition between controllers in UINavigationController that makes navigation bar transparent on specified controllers☆45Updated 9 years ago
- Generic datasources for UITableView and UICollectionView in Swift, with support for YapDatabase☆68Updated 8 years ago
- Super powerful remote config utility written in Swift (iOS, watchOS, tvOS, OSX)☆116Updated 5 years ago
- Automatically index your CoreData objects to CoreSpotlight on iOS 9☆125Updated 7 years ago
- Closures on most used UIKit methods☆65Updated last year
- [DEPRECATED] Syntactic sugar for Grand Central Dispatch (GCD)☆28Updated 8 years ago
- ☆57Updated 9 years ago
- Useful functions and extensions for sorting in Swift☆61Updated 3 years ago
- Application information delivered in nice Swifty way☆37Updated 9 years ago
- Expecta matchers for ios-snapshot-test-case.☆93Updated 11 months ago
- When UICollectionViewCell needs to be a UIViewController. WARNING: this repo is not actively maintained☆242Updated 9 years ago
- Sample project using VIPER architecture☆43Updated 8 years ago