A slider in each table view cell
-
Hi I'm quite a beginner coder and I'm trying to build a test app, in the app I want a slider that corresponds to each cell in a table view and scrolls with it (the user will populate some of the table view cells so new sliders must appear for each new occupied cell). I was wondering how best to go about doing this
I've built my ui using mainly the ui builder but have found its usefulness limited, is there a way to convert it into pure code?
Thank you in advance.