table cell views are not right aligned

Viewed 1199

I am trying to right-align my table cells.

simulator

I have set 'Semantic' property to 'Force Right-to-Left' value through the whole visual tree.

Desired layout:

Desired state

Visual tree:

Visual tree

There aren't any visual definitions in code...

EDIT:

After @dirtydanee suggestion:

trailed

7 Answers

Duplicating another well-aligned scene (View Controller) and deleting the corrupted one solved it.

Not sure what the problem was.

Related