We know that a plain UITableView
will fix its section header view in the top of it. Can we make the section header view not to float in the top of its UITableView
, but fix in another position, such as 100 points away from the top of its UITableView
?
Any ideals will be appreciated,thanks.
You can add custom view as header to your table view & set the position of tableview from it below 100 points.