I have a view which looks like so...
Now I want the label with the character #
to maintain a same distance between any text in the label with the text "N/A"
i.e it should be shown as..
But now it is shown like so...
The constraints for the label with "N/A" is shown as...
And the constraints for the label with #
is this...
What are the correct constraints that I should give so that there will be a proper distance always between "#" and "N/A"..?