Can anyone please lay out clearly how to do this?? I have not found one clear step by step of how to do this. I'd like to drag the table view and it's elements inside the storyboard cell and then do the rest programmatically using swift.
I know, I know, It's not recommended. I plan on making the internal table view expand to display all options and remove scrollable. I just need a way to list a variable amount of options inside a table view cell (creating elements isn't working for me)
Thanks for the help!