mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 01:08:15 +01:00
[apps] enable node navigation controller to use different cell types
(implemented by its subclasses) Change-Id: I44ef187c0142f049c710a4515c3dc0edf5573927
This commit is contained in:
@@ -131,3 +131,6 @@ void NodeNavigationController::didBecomeFirstResponder() {
|
||||
void NodeNavigationController::setTextFieldCaller(TextField * textField) {
|
||||
m_textFieldCaller = textField;
|
||||
}
|
||||
|
||||
void NodeNavigationController::willDisplayCellForIndex(TableViewCell * cell, int index) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user