[escher] display page title on stack headers

Change-Id: Ia5e5f0f2b735a89f4559af0edb13c5668eecc142
This commit is contained in:
Émilie Feral
2016-09-19 15:34:15 +02:00
parent 5385a45609
commit 88c74e5e6d

View File

@@ -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);