How i can open one Popover Controller from another Popover Controller in iPad?I want some idea on this please share your valuable thoughts.
How i can open one Popover Controller from another Popover Controller in iPad?I want
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.
If you are planning on submitting it in the App Store, I wouldn’t bother. It will almost certainly get rejected during the review process for violating the HIG.
However, if you are wanting this for yourself personally OR to be published using an Enterprise license, then you would just present the second popover from the first popover. Be careful, as you need to dismiss it from the view that presented it (delegate method). Also take into account the HIG deemed this wrong for a reason. Not saying that the HIG is ALWAYS correct (sometimes a particular process needs to do things differently), but when you go against Apple’s rules about how things should look and feel, you really need to have a good reason. All that being said, if this isn’t destined for the App Store, then you can do whatever you want.