I have one popovercontroller, in popover controller there is one textfield.Whenever i try to type in textfield uipopovercontroller goes away upper left side.Problem is that i want popup enable while typing.
Thanks in advance
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.
What you can try is, while editing is being done on your UITextField, in your popoverControllerShouldDismissPopover: method you return NO. Example below..
Mark this is the answer if it is your solution.