ios - Show tabular data in table view cell -


How can I add a tabular line like this Android app to an iOS application? This is the second row with integer, they should be centered and equal in width.

Enter image details here

< There are custom table view cells in iOS like this:

Com / nkqKp.png "alt =" Enter image details here ">

You can use this type of cell in your tableview, simply adding your desired data to these labels while popularizing the table view. Hope this helps .. :)

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -