Muhammad Hewedy
Muhammad Hewedy

Reputation: 30078

UITableView make the headerView not scrollable

How to make the tableView "headerView" not scrollable.

Upvotes: 1

Views: 1292

Answers (1)

JiaYow
JiaYow

Reputation: 5227

If you only have one section, you can simply not use headerView at all and add a UIView above the UITableView

Upvotes: 1

Related Questions