How to add a footer to a UITableView in Storyboard

后端 未结 3 701
时光取名叫无心
时光取名叫无心 2020-12-04 15:21

I\'m fairly new to iOS development.

I want to add a footer to the table view in a UITableViewController. I\'ve made the view I want to use as the footer

3条回答
  •  广开言路
    2020-12-04 15:44

    Very simple!. dbrajkovic solution but in a graphical way. Just add a view to the table view.That's all!.

    In that example the footer view (Disclaimer View) has two labels ( Llb Disclaimer Title and Lbl Disclaimer Content).

提交回复
热议问题