QMultilineElement pushes a new controller with a UITextView in it. There are some times, however, when inline editing is preferable. Has anyone made a custom element for QuickDialog that serves this purpose?
Asked
Active
Viewed 250 times
1 Answers
0
If you want to use inline editing, use QEntryElement.
https://github.com/escoz/QuickDialog/blob/master/quickdialog/QEntryElement.h

Ben M.
- 430
- 2
- 11
-
1Thanks for posting your answer! Please note that you should post the essential parts of the answer here, on this site, or your post risks being deleted [See the FAQ where it mentions answers that are 'barely more than a link'.](http://stackoverflow.com/faq#deletion) You may still include the link if you wish, but only as a 'reference'. The answer should stand on its own without needing the link. – Taryn Sep 13 '13 at 21:57
-
EZForm has support for multiline inline fields: https://github.com/chrismiles/EZForm – Joshua C. Lerner Oct 30 '13 at 21:14