ios - Missing navigation in master-detail application with two table controllers -
i'm working on master-detail application
(swift
) 2 uitableviewcontroller
's master , detail.
when click cell in master
, i'm redirected detail
, part works expected, in details
view don't see navigation bar, problem.
question
how can show navigation in detail
view ?
you can select each table view controller in story board, go editor
=> embed in
=> navigation controller
. if each detail
view, should able see navigation bar appear.
also, have taken @ answer: https://stackoverflow.com/a/16254273/2730985 embed uiviewcontroller in navigationcontroller using segues?
Comments
Post a Comment