Last Updated: February 25, 2016
·
526
· albertxtam

UIPopoverViewController and keyboards

When using UITextfield or anything that uses a keyboard, in a UIPopoverViewController with don't use -(CGSize)contentSizeForViewInPopover; in your UIPopoverViewController's Content View Controller (UIViewController).

When the iPad's keyboard shows, your popover view may have trouble resizing.