Reusable
Reusable copied to clipboard
A Swift mixin for reusing views easily and in a type-safe way (UITableViewCells, UICollectionViewCells, custom UIViews, ViewControllers, Storyboards…)
Results
23
Reusable issues
Sort by
recently updated
recently updated
newest added
Are there any intentions to extend Reusable to macOS, specifically `NSTableView`/`NSCollectionView`? The library is obviously focused on iOS/UIKit but I thought I'd still ask :). Thanks!
enhancement
help wanted
I've setup unit tests for my project and want to add View/ViewController instantiation to the tests because the project is modular. When compiling this error message appears when for any...
question