0

I added button on navigation bar.

When am navigating from rootviewcontroller to detailedviewcontroller

and getting back from detailedviewcontroller to rootviewcontroller.

those button which are on navigation bar removed and added to view. That is back to navigation bar

Please help me out.

Thanks in advance

Bushra Shahid
  • 3,579
  • 1
  • 27
  • 37
14iphone
  • 21
  • 2
  • 9

1 Answers1

0

Instead of adding the buttons on viewDidLoad, allocate them during the viewDidLoad and add them on viewDidAppear. This should help putting them up every time the view appears (for any reason).

Nils Munch
  • 8,805
  • 11
  • 51
  • 103