How can i get this kind of UITableViewCells with left/right/top/bottom spacings?? It's almost same thing as used in Facebook app. Because I'm new here, I can't send pictures so here is link to look-alike aplication.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
If I understand you right, you want to have some custom tableViewCells. By subclassing UITableViewCell class you can customize it. You can add some background images and text labels wherever you want by setting their frame, so that you can obtain a box like view that you want to have. Check out the documentation. |
|||
|
|