[escher] SelectableTableView handles setting the ccell as first

responder if needed
This commit is contained in:
Émilie Feral
2017-12-19 12:18:33 +01:00
committed by EmilieNumworks
parent b47cdbb87a
commit 077a95197e
25 changed files with 111 additions and 121 deletions

View File

@@ -8,7 +8,7 @@ namespace Shared {
/* Tab table controller is a controller whose view is a selectable table view
* and whose one ancestor is a tab */
class TabTableController : public DynamicViewController, public SelectableTableViewDelegate, public SelectableTableViewDataSource {
class TabTableController : public DynamicViewController, public SelectableTableViewDataSource {
public:
TabTableController(Responder * parentResponder, TableViewDataSource * dataSource);
void didBecomeFirstResponder() override;