How can I make my UIViews to expandable/collapsible UIView embedded in ScrollView.
This is my mainview and when the user taps on the button the view automatically resize(+200 height) itself and the views below it will automatically adjust so as the scroll view.
Edit: I think I can't use TableView because I'm making a automation form like this
So my idea here is that whenever the switch is turn on, the label will be added in the email form and the switch acts as the (Expande/collapse) trigger of the child of the parent.