mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[escher] SelectableTableView handles setting the ccell as first
responder if needed
This commit is contained in:
committed by
EmilieNumworks
parent
b47cdbb87a
commit
077a95197e
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user