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) -

c# - passing input text from view to contoller with FacebookContext using Facebook app -

Calling a C++ function from C# by passing a string with variable size to it -