I have a iPad view controller where there is a Settings Button. On Clicking the the Settings a Small pop over displays that pop over has a Sign Out Button. on clicking the Sign out in pop over i want the to navigate the content view to Root view controller. I Tried using Protocol and even used normal navigation it didn't help me. I am new to iPad development. How can i get this thing done.I just need basics steps for navigation from popover controller to other view controller. I know this is not a proper way of asking question i am not asking any code in return just need how this can be done i mean the methodology
Just to be clear, you want the following?
Is that accurate? If so, you can do something like this:
You definitely need to keep properties for the popover and its content view or this won't work.