• Stars
    star
    121
  • Rank 293,924 (Top 6 %)
  • Language
    Swift
  • License
    MIT License
  • Created about 9 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A Custom Table View for iOS Apps.

BMCustomTableView

Overview

BMCustomTableView is a UITableView subclass, written in Swift, that lets you customize and animate your table view cells.

Alt text

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.