escoz / QuickDialog

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

Programmatically change values in elements #616

Open lancep opened 10 years ago

lancep commented 10 years ago

Is there a way to set the value of an QElement, say QFloatElement's floatValue and have the UI update itself without calling reloadData on the tableView?

escoz commented 10 years ago

currently no, your view controller is responsible for updating the view.