xaviermerino / XMExpandableTableView

XMExpandableTableView provides a custom UITableViewController class that allows you to quickly implement a TableView that can expand its cells. Cells have a defined collapsed and expanded height. You can customize your cell accordingly.
MIT License
12 stars 0 forks source link

Can I use it in UIViewController #1

Open RajChanchal opened 7 years ago

RajChanchal commented 7 years ago

Can I use it in UIViewController that contains a tableview?

xaviermerino commented 7 years ago

XMExpandableTableView is a UIViewController on its own. It expands UITableViewController so it could work as replacement for it.