bcylin / QuickTableViewController

A simple way to create a UITableView for settings in Swift.

Home Page:https://bcylin.github.io/QuickTableViewController

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to add action to rows without Disclosure Indicator?

dosymbaev opened this issue · comments

commented

Is there a way to add action to rows other than NavigationRow?

commented

Currently the NavigationRow is not subclassable. A customised type that conforms to the Row and RowStyle protocol might be helpful.

Edited:

NavigationRow can be subclassed to override accessoryType after v0.7.1.