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.
ReuseCellConfigure
August 06, 2016 • MIT License
You can configure ReusableCell without casting!
let cell = tableView.dequeueReusableCellWithIdentifier("LeftIconTableViewCell", classForCell: LeftIconTableViewCell.self) {
$0.alphabetLabel.te...
RLDTableViewSwift
May 10, 2015 • Apache 2.0 License
Reusable table view controller, data source and delegate for all your UITableView needs in Swift
RLDTableViewSuite
May 07, 2015 • Apache 2.0 License
Reusable table view controller, data source and delegate for all your UITableView needs
DARecycledScrollView
August 02, 2013 • MIT License
UIScrollView subclass that reuses its tile views.