Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make a beautiful Tableview like Facebook ios app or tumblr app? [closed]

As shown in pictures below:

I want to make the UITableView of my app to look clean and unique just like these two apps. Is this achievable by UITableView? I guess I might have to use "Sections" . Is this correct? If anyone can provide link to a tutorial for creating these kinds of UIs, or 3rd party code would be nice.

Thanks in advance.

facebooktumblr

This is what I have done so far. I want the cell to look isolated .

squak app

like image 323
Kong Hantrakool Avatar asked Sep 03 '13 03:09

Kong Hantrakool


1 Answers

Check out this cocoa control and make your own

FB Gallery

These are table views with custom cells. You can sub class the UITableViewCell and customise it according to your needs

like image 68
Anil Varghese Avatar answered Sep 18 '22 15:09

Anil Varghese