Is there any way to check inside ViewController if it is shown in popover or in full-screen?
I tried to get and compare
self.view.frame.size.width
but sometimes it doesn’t work properly, I hope there is better solution
Thanks!
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.
You can implement the below delegate(for popover) in your view and check if this is getting called for a popover or a view. Should be a work around I guess.