Method isBeingPresented is available for iOs 5.*
What analog method of isBeingPresented i can using for iOS 4.*
Method isBeingPresented is available for iOs 5.* What analog method of isBeingPresented i can
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.
I dont think it exists in iOS4: This method is about new form of presentation view controllers:
so, in iOS4 you may use
viewDidAppearmethod insteed. Just make your own boolean flag, and set it to true when view did appear.