mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 08:47:28 +01:00
[escher] display page title on stack headers
Change-Id: Ia5e5f0f2b735a89f4559af0edb13c5668eecc142
This commit is contained in:
@@ -81,7 +81,7 @@ const char * StackViewController::title() const {
|
||||
}
|
||||
|
||||
void StackViewController::push(ViewController * vc) {
|
||||
m_view.pushStack("name");
|
||||
m_view.pushStack(vc->title());
|
||||
m_children[m_numberOfChildren++] = vc;
|
||||
setupActiveViewController();
|
||||
//vc->setParentResponder(this);
|
||||
|
||||
Reference in New Issue
Block a user