I have a UITableView with custom UITableViewCells.
Each of these cells has six UILabels, in which numeric values are presented (please refer to the screenshot below).
Unfortunately the numeric values in the last row are not correctly aligned. Having them right-aligned would also not be helpful. The correct alignment would be along the “,” comma.
How can I comma-align numeric values in iOS? Do you have any ideas?

Use right alignment with a fixed width font like Courier.