nscache
There are 36 repositories under nscache topic.
Sadmansamee/CachyKit
A Caching Library is written in Swift that can cache JSON, Image, Zip or AnyObject with expiry date/TTYL and force refresh.
obrhoff/SwimplyCache
LRU Cache written in Swift.
zhiyongzou/HexColor
A convenient way to convert hex strings to UIColor or NSColor
boyvanamstel/Farlake
👨🎨 Catalyst app that uses MVVM, Coordinators, UIKit, SwiftUI, Combine, NSCache, URLCache and more to display paintings by Johannes Vermeer made available through the Rijksmuseum API.
nikksindia/SwifteeCache
Thread safe on disk persistence manager with Codable and backed by NSCache.
zafarivaev/NSCache
Example project showcasing usage of NSCache to cache images inside a UICollectionView. Written for a Medium tutorial.
binaryscraping/swift-cache
A type-safe swifty wrapper around NSCache.
nomuq/SwiftyCache
Swifty API for NSCache.
elesahich/MyBookShelf
Simple VIPER pattern example with RxSwift
HemDutt/InstantGiphySearchSample
Design an instant search feature that works on client side using a cache that does not exceed 10 MB of memory footprint on client.
aleemrazzaq/NSCacheSwift
A wrapper singleton class, easy to store, get and delete (single and all) items store in Cache
ankit-thanekar007/Image-Viewer
In this project, I've used Pixabay Open-Source Image API to view images. You can read more in documentation [https://pixabay.com/api/docs/#api_search_images]. The categories for images are pre-decided. They're Education, Nature, Food, and Science. On selection, you'll be taken to the detail page to view the photos. The photos contain some metadata information like the number of views, number of likes, number of downloads, and number of people who marked it as their favorite.
D-Integral/AlamofireContributors
A test task for CouchSurfing. The app displays all the contributors of Alamofire. I didn't use any third-party libraries to demonstrate my ability to code. I used URLSession for networking, GCD for asynchronous image loading and NSCache for caching.
HangZhouShuChengKeJi/ZBWUnifiedStorage
iOS 统一存储库。支持内存、持久化、钥匙串等多种方式存储;支持过期时间设置;支持多应用隔离。
hiroraba/CodableNSCache
Simple Wrapper NSCache for Codable Protocol
jswalsakshi/Flickr-PhotoSearch
Flickr PhotoSearch is a small app to search images using Flickr API.
osmanyildirim/OYStore
Save persistent data or file in UserDefaults, Keychain, File System, Memory Cache, URLCache
paulmaxgithub/SwiftUI_Templates
SwiftUI Tutorial: Base Elements and Frameworks
Sho372/pokemon-app
pokemon app
wangpt/TJCache
iOS Cache Frameworks such as Foundation,YYCache,PINCache,MagicalRecord Etc.
zaidmsaid/DataStoreManager
DataStoreManager is a persistent data framework written in Swift and can be used with Objective-C.
bappadityadey/photo-viewer
Display the images found at the thumbnail key for each node in the JSON, in a UITableView.
deda9/Movizy
Learn to write clean code with VIPER (Movies)
DipDutt/FileManager-Cache
in this SwiftUI project I use file manager and nscache to save images from Api.
kevinmhankes/GitHub-Followers
Simple UIKit app created alongside Sean Allen's Course
ljaniszewski00/RMGuideTCA
Rick and Morty guide iOS app built using TCA
tjana17/ImagesGrid-AP
Images grid using collectionview to download images from url and store those images in cache.
Vojtech-iOSdev/Netflix-Nerd-App
My 2nd personal project. From a small project to learn how to work with some cool APIs on internet it ended up being a much "bigger" project where i tried to do a simple "recreation of Netflix app".
AleksPt/RickAndMorty
«Вселенная настолько велика, Морти, что ничего на свете не имеет значения!» 🪐
ljaniszewski00/RMGuide
Rick and Morty guide app built using MVVM
Mo0812/SimpleCacheStore
Storage for offline usage of apps.
neginzahedi/PicApp
SwiftUI-based iOS application that employs Combine to fetch and display images from the Unsplash API
sjc-bui/json-cache
NSCache
YamamotoDesu/CacheExample
NSCache to make your app more snappy and performant.