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
Post a Comment