Thorsten Hell

Results 5 comments of Thorsten Hell

Since the `FormViewController`extends the `UITableViewController`you just have to call ```java tableView.reloadData() ``` after you manipulated the row or section description.

With that you can easily do stuff like that: ![belis-dynamic-sections](https://cloud.githubusercontent.com/assets/837211/23955730/112bbff8-099b-11e7-91cc-2062541b5352.gif)

IMHO it is a bug, but I have a workaround for you ;-) Just use the appearance dictionary to set the index of the segmented control. (Code from the example...

I posted your questions (and my answer) on stackoverflow. http://stackoverflow.com/questions/41013552/how-to-set-default-selection-in-segmented-control-in-ortuman-swiftforms/