如何制作像Facebook ios应用程序或tumblr应用程序一样漂亮的Tableview?

如何制作像Facebook ios应用程序或tumblr应用程序一样漂亮的Tableview?

问题描述:

如下图所示:

我想让我的应用程序的 UITableView 看起来干净整洁就像这两个应用程序一样独特。
这可以通过 UITableView 实现吗?我想我可能不得不使用章节。它是否正确?如果任何人都可以提供指向创建这些UI的教程的链接,或者第三方代码会很好。

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.

提前致谢。


这是我到目前为止所做的。我希望细胞看起来孤立。

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

查看可可控件和制作你自己的

Check out this cocoa control and make your own

FB画廊

这些是包含自定义单元格的表格视图。您可以对 UITableViewCell 进行子类化,并根据您的需要对其进行自定义

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