BMCustomTableView
Overview
BMCustomTableView is a UITableView subclass, written in Swift, that lets you customize and animate your table view cells.
Installation with CocoaPods
BMCustomTableView is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "BMCustomTableView"
Usage
import BMCustomTableView
@IBOutlet weak var customTableView: BMCustomTableView!
func tableView(tableView: UITableView, willDisplayCell cell: UITableViewCell, forRowAtIndexPath indexPath: NSIndexPath) {
tableView.customizeCell(cell)
}
Example Project
An example project is included with this repo. To run the example project, clone the repo, and run pod install
from the Example directory first.
Author
Barbara M Brina
License
BMCustomTableView is available under the MIT license. See the LICENSE file for more info.