开发者

How to do this kind of custom UITableView

开发者 https://www.devze.com 2023-03-06 21:16 出处:网络
I saw table view of an appand 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 l

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

精彩评论

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

关注公众号