I am using a table view to display my high score table but can’t seem to get it to line up as all the usernames are different length.
I want it like this -
1 fredJones £15
2 joeSoap £12
3 mMouse £10
4 johnDoe £5
At the moment am using a fixed number of spaces between each item, hence it’s all over the place. Should I just calculate how many spaces needed depending on length of username or is there a easy way ?
Dave