Skip to content

sparrowcode/DiffableKit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

280 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SwiftBoost

Collection of Swift-extensions to boost development process.

Installation

Ready to use on iOS 13+, tvOS 13+, watchOS 6.0+.

Swift Package Manager

In Xcode go to Project -> Your Project Name -> Package Dependencies -> Tap Plus. Insert url:

https://github.com/sparrowcode/DiffableKit

or adding it to the dependencies of your Package.swift:

dependencies: [
    .package(url: "https://github.com/sparrowcode/DiffableKit", .upToNextMajor(from: "5.0.0"))
]

Manually

If you prefer not to use any of dependency managers, you can integrate manually. Put Sources/DiffableKit folder in your Xcode project. Make sure to enable Copy items if needed and Create groups.

Apps Using

If you use a SwiftBoost, add your app via Pull Request.

About

Declarative wrapper for UIKit Diffable Data Source. Describe content, call set() — diffing and animations handled automatically.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages