ios - Presenting UIPopoverController without dismissing the keyboard -
i'm attempting present uipopovercontroller result of uibutton tap. uibutton contained within custom view that's being displayed uitextfield's inputaccessoryview. issue i'm seeing when uipopovercontroller presented uitextfield displaying inputaccessoryview loses first responder status and, result, dismisses keyboard. there way avoid this? ideally i'd keyboard , inputaccessoryview remain visible while uipopovercontroller presented.
i've attached screenshot below demonstrating i'm hoping achieve (right), , i'm seeing (left).
Comments
Post a Comment