ios - set same navigation bar in xib and storyboard -


i creating project in have frontviewcontroller , slideoutmenu. on clicking menuitem want according view in frontviewcontroller's subview.
the frontviewcontroller having storyboard , subviews created in .xib. , getting subview not getting navigation bar in storyboard.

so question is:

how same navigation bar in xib storyboard has?

i have tried:

   uinavigationcontroller *navigationcontroller =          [[uinavigationcontroller alloc]          initwithrootviewcontroller:bookingviewcontroller];      [_swreveal    pushfrontviewcontroller:navigationcontroller animated:yes]; 

but not getting anything.



Comments

Popular posts from this blog

xml - Extract substrings with XSLT -

math - "ELO Rating" and how does "TSR Rating" work? -

How can do a tuple comparison in coffeescript similar to that in python? -