objective c - Navigation inside UIPopoverViewController -


I have a UIVopoverViewController that has a UIView in it. When I press a button inside UIView, then I call it UIPopoverViewController I want to present a new UIView inside. Although it keeps taking full screen how can I fix it?

Thanks

Create a new UIPopoverViewController inside to open the new view It helps

Comments