views:

105

answers:

1

Heey,

In my iPad application I have a UIPopoverController with a UIViewController containing some textfields.

When the keyboard comes up, the Popover gets animated to fit. Does anybody know how to disable this?

Thanks

A: 

I dont think you can except make the popovers smaller in height...Its done like that so when your keyboard pops up none of the popover gets covered by it (thus it shrinks back), however i have found it to be annoying at times since it messed with table views (not making them able to scroll all the way and having to resize them)

Daniel