开发者

How to do this kind of custom UITableView

How to do this kind of custom UITableView

I saw table view of an app and would like to replicate this style, but have no idea of how to do this. Could you guide me how to make table开发者_StackOverflow中文版view show only cell with content like a UITalbeViewStyleGrouped, but with cell style like UITableViewStylePlain.

About custom footer cell like this I'm thinking of if statement in

- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath;

to use special xib for the footer. Is this the right idea ?


It is not that hard, as soon as you get the right places to do the work, and have some support from a graphic designer maybe. This article is about exactly what you want to achieve. Good luck!

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜