escoz / QuickDialog

QuickDialog - Quick and easy dialog screens for iOS
http://escoz.com/open-source/quickdialog
Other
3.07k stars 637 forks source link

Fix: MultilineElment text value won't update #694

Open younthu opened 9 years ago

younthu commented 9 years ago

Fix: MultilineElment text value won't update in iPhone.

Issue: 1, Start the sample with iPhone(device or simulator), go to "Sample Controls" -> "Multiline". 2, Type some words and back.

Expected: The label right to "Multiline" should show some of words typed in the step 2.

Actually: There is nothing updated, the label in the right is blank.

This issue repro in iPhone, not in iPad.

younthu commented 9 years ago

Hi @escoz , can you take look at this issue and merge this pull request?

Thanks.