Reusable
Reusables
A mixin protocol to create type-safe reusable views and view controllers
A Swift mixin for reusing views easily and in a type-safe way (UITableViewCells, UICollectionViewCells, custom UIViews, ViewControllers, Storyboards…)
3k stars
52 watching
238 forks
Language: Swift
last commit: about 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
soysaucelab/collectionkit | A modern framework for building composable data-driven collection views | 4,403 |
swiftkickmobile/swiftmessages | A flexible view and view controller presentation library for UIKit and SwiftUI | 7,335 |
devxoul/then | Syntax sugar for initializers in Swift | 4,210 |
pkluz/pkhud | A Swift-based implementation of the Apple HUD (Volume, Ringer, Rotation,…) for iOS 8 and up. | 3,792 |
kelvinjin/animatedcollectionviewlayout | A UICollectionViewLayout subclass with customizable animations and transitions | 4,750 |
nicklockwood/layout | A framework for declaratively implementing iOS user interfaces using XML template files and runtime-evaluated expressions. | 2,233 |
quick/nimble | A framework for writing asynchronous tests with descriptive failures and flexible assertions. | 4,807 |
dimillian/movieswiftui | A SwiftUI and Combine app using the MovieDB API with a custom Flux implementation | 6,458 |
icanzilb/easyanimation | A Swift library to extend the animation capabilities of UIView animations with features like layer animations, springs, and chainable animations. | 2,960 |
ashleymills/reachability.swift | A Swift library for determining the current screen size and orientation | 7,953 |
swiftgen/swiftgen | Automatically generates Swift code for resources like images and localized strings to make them type-safe. | 9,275 |
swiftlang/swift-package-manager | A tool for managing and distributing Swift source code, allowing for easy collaboration and reuse of code | 9,750 |
pointfreeco/swift-composable-architecture | A comprehensive library for building maintainable and testable applications with clear separation of concerns | 12,568 |
andreamazz/amscrollingnavbar | Custom navigation controller for scrolling content views | 6,051 |
snapkit/snapkit | A Swift framework that simplifies Auto Layout using a domain-specific language (DSL) for building user interfaces in iOS and OS X applications. | 19,986 |