Is it possible to show master view in popover on viewDidLoad (when the view is in portrait orientation)?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Solution 1:
Solution 2:
But the trick is when to use these statements. I had to use a flag for this purpose, in order to show the popover only once on startup, and only after i have a reference to my
popoverControlleri.e. after split view delegate method calls.