Search results for reuse

No image provided.

ReusableProtocol

July 08, 2019 • MIT License
A helpful and pure Swift implemented library for registering and reusing cells or views in the table view and collection view.
No image provided.

UIPheonix 2

November 05, 2016 • Apache 2.0 License
Inspired by game development UIPheonix is a super easy, flexible, dynamic and highly scalable UI framework + concept for building reusable component/control-driven apps for macOS, iOS and tvOS. The...
ReuseCellConfigure screenshot

ReuseCellConfigure

August 06, 2016 • MIT License
You can configure ReusableCell without casting! let cell = tableView.dequeueReusableCellWithIdentifier("LeftIconTableViewCell", classForCell: LeftIconTableViewCell.self) { $0.alphabetLabel.te...
DRPageScrollView screenshot

DRPageScrollView

May 17, 2015 • MIT License
Block-driven paginated scroll view. - __Block-driven__ page setup. - __Auto Layout__ friendly. - __Page reusability__ à la UITableView reusable cells.
ACReuseQueue screenshot

ACReuseQueue

February 15, 2014 • MIT License
A queue to keep and reusing objects. A reuse queue is a way to quickly reuse objects when object allocation and initialization is time-consuming. This reuse queue is inspired after UITableView's...