Velik
September 06, 2020 • Apache 2.0 License
Not really ready to use control but many SwiftUI/Combine useful things to reuse
Store
January 02, 2020 • Apache 2.0 License
Unidirectional, transactional, operation-based Store implementation.
AVSQLDebugger
November 17, 2019 • MIT License
A Simple Core Data Debugger that will look inside your apps DB
No image provided.
RxSwift+MVVM-C Templete
November 15, 2019 • MIT License
This is the demo project of MVVM-C structure with dependency injection using RxSwift. , I have integrated two APIs for MovieDB APIS (https://www.themoviedb.org/). One for the listing of Movie and o...
No image provided.
SBCoreData
August 13, 2019 • Apache 2.0 License
A complete guide to Core Data dynamically while syncing your server response to your DB. This library takes the server response JSON as an input and processes all the CRUD operations itself. The ag...
redmin - prototype with Reddit data
July 25, 2019 • Apache 2.0 License
A super lightweight reddit client for iOS
YRPayment
July 02, 2019 • MIT License
Better payment user experience library with cool animation in Swift :
✅Easily usable
✅Simple Swift syntax
✅Cool flip animation
✅Compatible with Carthage
✅Compatible with CocoaPods
...
Predator
May 26, 2019 • Apache 2.0 License
A predator-inspired clock screensaver for macOS | https://predatorsaver.space/
GradientBorderedLabelView
March 21, 2019 • MIT License
IBDesignable customizable, gradient bordered label view written in Swift.
TinyCreditCard
March 08, 2019 • MIT License
A clear and animated credit card input workflow implement
PromisedFuture
July 22, 2018 • MIT License
A Swift based Future/Promises framework to help writing asynchronous code in an elegant way
Notification-Center-Widget
February 16, 2018 • MIT License
A notification center widget with shared core data. Example project for sharing data between iOS app extension and container app through shared core data.
No image provided.
AMCreditCardView
January 29, 2018 • MIT License
AMCreditCardView is a iOS library that allows developers to create the UI which replicates an actual Credit Card written in Swift
VueFlux
November 28, 2017 • MIT License
Unidirectional Data Flow State Management Architecture for Swift - Inspired by Vuex and Flux
BackgroundCoreDataSwift4
November 09, 2017 • Apache 2.0 License
This Project looks like nothing in the UI but it covers an important and complex topic in CoreData , i.e, writing data to Database in background thread so that UI does not get blocked. It uses Swif...
CoreDataSwift4
November 06, 2017 • Apache 2.0 License
This Project implements CoreData in Swift4 with a lot reduction in boilerplate code, using a UITableView with NSFetchedResultsController along with CRUD operations and Batch Updates