这是一个创建于 5064 天前的主题,其中的信息可能已经有所发展或是发生改变。
如果不想用默认的样式的话,应该从哪里该从哪里开始写?
举例来说就是reeder或者tweetbot这类的app的效果
应该从哪里开始写...有朋友能提供些资料吗?
2 条回复 • 1970-01-01 08:00:00 +08:00
 |
|
1
Shane 2011-11-14 10:50:59 +08:00
background custom UITableViewCell
|
 |
|
2
Livid 2011-11-14 10:54:51 +08:00
Subclass UITableViewCell, and use your own cell in UITableView's datasource and delegate.
|