开发者

how to make the section header float in UITableView ..

开发者_Go百科

I want to make the section headers of the UITableView float i.e. the section headers should be visible as long as the rows of the sections are visible.

Can anyone kindly let me know how to do that ?

Thanks.


Just change your UITableView's style to UITableViewStylePlain.

You could do this either from the StoryBoard / NIB or via code.

Floating section headers are the default style of UITableView (plain) in iOS.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜