wimagguc / ios-custom-alertview

Custom UIAlertView. Continue adding images and UIViews to dialogs in iOS7+
Other
1.66k stars 394 forks source link

Creating with only init causes problems with keyboard. #18

Closed tolgau closed 9 years ago

tolgau commented 11 years ago

Add a text field to an uiview. Set textfield as first responder. Set above uiview with setContainerView. Call show on custom alertview.

Sometimes custom alertview is shown above the keyboard which renders the keyboard unresponsive to touch events.

malkitsingh commented 11 years ago

was about to report same issue, attached is the screenshot of what is happening may be that give some help in understanding the bug. ios simulator screen shot 27-oct-2013 10 05 06 pm

wimagguc commented 11 years ago

Thanks @tolgau and @malkitsingh, this is already in the making. Please hang tight a little longer.

malkitsingh commented 11 years ago

@wimagguc ok, great.

JEOMYEOL commented 10 years ago

Thank you. This issue is resolved helpful?

malkitsingh commented 10 years ago

@JEOMYEOL , i will test and let you know soon.