Questions tagged [quickdialog]

QuickDialog allows you to create HIG-compliant iOS forms for your apps without having to directly deal with UITableViews, delegates and data sources.

Project Main Site and Documentation
Github Page
Google Group for Q&A

49 questions
0
votes
2 answers

Integration of QuickDialog with Storyboard

I am a new to iOS development, and I recently came across QuickDialog. From what it seems, it creates the dialog page for you automatically. My recent learning has taught me to use the Storyboard to create the views. I was wondering, would…
Karan
  • 14,824
  • 24
  • 91
  • 157
0
votes
1 answer

when setQuickDialogTableView being called in quickdialog box

I am working on an example codes at here and my target is to customized the font and color of log in cell These method below are setting proper delegate class to the table view - (void)setQuickDialogTableView:(QuickDialogTableView…
tranvutuan
  • 6,089
  • 8
  • 47
  • 83
0
votes
2 answers

QuickDialog - How do I select a QSelectItemElement=

I am using QuickDialog in my app to present a search dialog to the user. The problem: I have to set some defaults in the controller which means toggle a QBooleanElement or - in this particular case - select a QSelectItemElement. Is there any method…
cschwarz
  • 1,195
  • 11
  • 24
0
votes
1 answer

QMultilineElement not calling QEntryDidEndEditingElement: on delegate

I'm trying to use QuickDialog (github.com/escoz/QuickDialog) to make a tablew view showing some debug info, like the values of constants etc. Most of the values are long URLs so i can't use a QLabelElement. QMultilineElement seems to be perfect for…
flagg19
  • 1,782
  • 2
  • 22
  • 27
1 2 3
4