0

How can I add a tabular row like this Android app in an iOS application? It's the second row with integers. They need to be centered and equal in width.

enter image description here

Mike Flynn
  • 22,342
  • 54
  • 182
  • 341

1 Answers1

0

iOS have custom table view cells. Like this:

enter image description here

You can use this type of cell in your tableview. While populating the table view just add your desired data in these labels. Hope this helps.. :)

Rashad
  • 11,057
  • 4
  • 45
  • 73