I have a Table View with a Prototype Cell. In it I have three labels: "aaaa", "-" and "bbbb".
"-" is Horizontally Centered in Container and I would like to place the "aaaa" label centered between "-" and the left margin or the left Table View border. Same with the "bbbb" in the other side.
Is there any way to center them between two objects or to align for example the "aaaa" label with the first segmented control segment and "bbbb" label with the second?
Thanks!