Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

Reload Form with new sections #150

Open
jakubmajewski opened this issue Feb 2, 2017 · 2 comments
Open

Reload Form with new sections #150

jakubmajewski opened this issue Feb 2, 2017 · 2 comments

Comments

@jakubmajewski
Copy link

Hi
How to reload form with new sections and rows?

@helllth
Copy link

helllth commented Mar 15, 2017

Since the FormViewControllerextends the UITableViewControlleryou just have to call

tableView.reloadData()

after you manipulated the row or section description.

@helllth
Copy link

helllth commented Mar 15, 2017

With that you can easily do stuff like that:

belis-dynamic-sections

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants