91 skills found · Page 1 of 4
Haneke / HanekeSwiftA lightweight generic cache for iOS written in Swift with extra love for images.
Quick / NimbleA Matcher Framework for Swift and Objective-C
davecom / SwiftPriorityQueueA Generic Priority Queue in Pure Swift
mecid / Swift Unidirectional FlowUnidirectional flow implemented using the latest Swift Generics and Swift Concurrency features.
objecthub / Swift DynamicjsonFramework for representing, validating, querying, and manipulating generic JSON values in Swift. Supported are standards such as JSON Pointer (RFC 6901), JSON Path (RFC 9535), JSON Patch (RFC 6902), JSON Merge Patch (RFC 7396), and JSON Schema.
iwill / Generic Json SwiftA simple Swift library for working with generic JSON structures
the-hypermedia-project / HyperdriveGeneric API Client in Swift
GenericDataSource / GenericDataSourceA generic small reusable components for data source implementation for UITableView/UICollectionView in Swift.
aemaeth-me / GRequestAn Generic HTTP Request Library For Swift
PureSwift / GATTBluetooth Generic Attribute Profile (GATT) for Swift
danthorpe / TaylorSourceGeneric datasources for UITableView and UICollectionView in Swift, with support for YapDatabase
chili-ios / MDL11 GenericsExample project that was demonstrated on MDL #11 meetup - https://www.youtube.com/watch?v=A4FrEyFBjVA. Medium article - https://medium.com/chili-labs/configuring-multiple-cells-with-generics-in-swift-dcd5e209ba16
justinmfischer / SwiftlyLRUSwiftlyLRU 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!
Shubham0812 / Generic Network Layer IOSGeneric Network Layer created using Swift.
siamakrostami / SRNetworkManagerSRNetworkManager is a powerful and flexible networking layer for Swift applications. It provides a generic, protocol-oriented approach to handling API requests, supporting both Combine and async/await paradigms. This package is designed to be easy to use, highly customizable, and fully compatible with Swift 6 and the Sendable protocol.
andrea-prearo / GenericDataSourceGeneric Data Source in Swift.
GraphQLSwift / DataLoaderDataLoader is a generic utility to be used as part of your Swift application's data fetching layer to provide a simplified and consistent API over various remote data sources such as databases or web services via batching and caching.
johnno1962 / SwiftRegex55th incarnation of Swift Regex library using generic subscripts
Yoloabdo / RebootingNetworkA tutorial project for the network layer with swift protocols/generics in #SwiftCairo talk
vishalvshekkar / SwiftFSMAn extremely light-weight and generic Finite State Machine (FSM) implemented in Swift.