iPhone OS 3.2 (iPad) Modal View question
Posted
by user308475
on Stack Overflow
See other posts from Stack Overflow
or by user308475
Published on 2010-04-03T21:49:55Z
Indexed on
2010/04/03
21:53 UTC
Read the original article
Hit count: 196
ipad
|iphone-sdk-3.2
I am presenting a UIViewController as a modal viewcontroller with modalPresentationStyle = UIModalPresentationFormSheet. I have few UITextFields on its view.
My issue is that when I try to dismiss the keyboard ([textfieldname resignFirstResponder]), it doesn't do anything. However when I change the modalPresentationStyle to UIModalPresentationPageSheet, it works.
This seems to be a bug. Has any one faced similar problems and found a work around? Could I be doing anything dumb and silly?
© Stack Overflow or respective owner