I am trying to create a table that will have rows that contain 2 lines. The top line will contain 2 Labels with 50% width each and the bottom line would have 1 slider with 100% width.
In storyboard, I can get the top line to have the 2 labels with 50% width each just fine, but whenever I add the slider, it always tries to attach it at the end of the top line instead of moving it down.
I have even sized the height for the cell properly, as well as tried playing with the alignments (left, center, right) on all objects. I even added an "adjustment" to the height of the slider thinking it would offset it to the 2nd line. Nothing seems to work.
Any suggestions?