开发者

How to stop scrolling of header of UITableView

Can I stop tabl开发者_Python百科e header view from scrolling?


The table header view is attached to the table and is within the content view of the table's internal scroll view. You can't stop it from scrolling.

You may be able to get the effect by making your table view slightly less tall and placing a view above it as a sibling rather than a child.

This will require you to implement the controller as a UIViewController rather than a UITableViewController though so that the view property isn't the table itself.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜