I’ve read and watched a few tutorials about responsive tables but they all require a fixed cell/row height to ensure the auto layout columns all line up.
I don’t have to use auto layout for this I could manually absolute position these but it would be nicer if I could rearrange rows easily.
The obvious solution is to group the label-value pairs and just have a single auto layout container but that would mean fixing the width of the labels which I’d prefer not to do.
Any suggestions?