-1

I have a table view with one prototype cell where it have an switch and i need when i click on it, it opens a new line for user input a information like de reminder app. See images below

before click

after click

How can i add theses new lines on my table using swift??

marchiore
  • 582
  • 2
  • 6
  • 21

1 Answers1

1

https://stackoverflow.com/a/33187198/3882338

Make 2 different cells and reload the table view accordingly.

Community
  • 1
  • 1
Bhavuk Jain
  • 2,167
  • 1
  • 15
  • 23