views:

673

answers:

1

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?

+1  A: 

I have exactly the same problem... and no solution so far...

Sigi