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
Related projects ⓘ
Alternatives and complementary repositories for SwiftlyLRU
- ☆65Updated 6 years ago
- ProtocolUI is a simple helper file providing very basic infrastructure for customizing UI elements via protocol extensions.☆73Updated 8 years ago
- Useful functions and extensions for sorting in Swift☆61Updated 3 years ago
- iOS library adding closure (block or callback) functionality to several native classes (buttons, sliders, notifications, etc)☆58Updated 5 years ago
- ☆38Updated 7 years ago
- Converts Strings into NSAttributedStrings using an HTML-like markup language.☆102Updated 3 years ago
- Swift library for making storing data in a SQLite database simple and magic-free☆84Updated 2 years ago
- Snow globe framework is delightful / slightly cheese easter egg for christmas season. Turns your awesome app into a snow globe, when user…☆62Updated 5 years ago
- This Keychain Swift API library is a wrapper of iOS C Keychain Framework. It allows easily and securely storing sensitive data in secure …☆88Updated 8 years ago
- Answering a question on SO☆48Updated 8 years ago
- Super powerful remote config utility written in Swift (iOS, watchOS, tvOS, OSX)☆117Updated 5 years ago
- A Type-Safe, Thread-Safe-ish approach to CoreData in Swift☆48Updated 8 years ago
- ☆56Updated 7 years ago
- A file template for Xcode using VIPER architecture.☆42Updated 9 years ago
- NSFormatter subclass for ISO8601.☆23Updated 9 years ago
- A lightweight XMLParser for assembling and parsing XML values written for iOS 8+ in Swift 2.☆74Updated 8 years ago
- UIImageView for rendering data asynchronously, with composable renderers and caches☆79Updated 5 months 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 6 years ago
- An activity indicator library for Apple Watch and a sample to push the limit of animation in watchOS 2. — Edit☆75Updated 8 years ago
- Application information delivered in nice Swifty way☆37Updated 8 years ago
- KYDigitalFontView is a custom view that displays the character in the digital font style☆40Updated 8 years ago
- A helper function for animating CALayer with spring effect in Swift☆119Updated 7 years ago
- A customizable UICollectionViewLayout to use instead of UITableView☆135Updated 10 years ago
- Generic datasources for UITableView and UICollectionView in Swift, with support for YapDatabase☆68Updated 8 years ago
- A collection of CGRect, CGPoint and CGSize convenience functions for Swift☆121Updated 8 years ago
- Simplifies keyboard management on iOS☆22Updated 6 years ago
- UIScrollView that works as container for other ViewControllers☆40Updated 9 years ago
- Better NSUserDefaults☆74Updated 3 years ago
- Proxy for receive delegate events more practically☆130Updated 4 years ago
- Example of adding marching ants selection to the edges of the image.☆144Updated 2 years ago