How to add vertical stack from button (user input) [Xcode]

77 Views Asked by At

I'm trying to create a form where you will input reps and weight (ints) into two textfields which is in a vertical stack. The problem I have is when the user is doing more than 1 set, i want to (via the plus button) add another of this vertical stack so the user can input weight and reps again, basically creating two more textfields underneath.Picture of my current layout in the Nib

Right now im doing everything in my customtableviewcell (look at pic). So I don't really have any specific code to attach.

Thankful for any help, and please ask if there is something unclear from my question (I will make sure to clarify as good as I can)

Greetings, Pontus

0

There are 0 best solutions below