How do i keep the header cell moving with the tableview cells in Swift 2.0

后端 未结 2 1021
长发绾君心
长发绾君心 2021-02-07 13:07

I am trying to create a tableview which starts the header in the middle of the tableview and then can be scrolled up with the added tableView Cells to the top then stops, and th

2条回答
  •  忘了有多久
    2021-02-07 13:51

    GO TO STORYBOARD > SELECT VIEW > SELECT TABLEVIEW > PROPERTY INSPECTOR > CHNAGE STYLE TO GROUPPED from PLAIN

    Don't forget to handle footerview. In Groupped mode a footer will appear and arrange background or other properties. They will change.

    see Image :

提交回复
热议问题