Eureka: How to remove a section

Created on 25 Jan 2018  路  2Comments  路  Source: xmartlabs/Eureka

Stack Overflow question

Most helpful comment

Form type is a collection so you can use any of the remove methods.

for instance...

form?.remove(at: section.index!)

All 2 comments

Form type is a collection so you can use any of the remove methods.

for instance...

form?.remove(at: section.index!)

thx

Was this page helpful?
0 / 5 - 0 ratings

Related issues

JonathanImperato picture JonathanImperato  路  3Comments

calli23 picture calli23  路  3Comments

s1rc picture s1rc  路  3Comments

thlbaut picture thlbaut  路  3Comments

zoul picture zoul  路  3Comments