I am doing chat screen, in that i want to add my text field at bottom of the table. I have used footer of the table but problem is that if table height is less then footer will not appear on the bottom of screen. like given below.
Asked
Active
Viewed 1,800 times
1 Answers
3
Why do you want to use footer of the table view? Any specific reason for that?
One best way to handle this is to Use UITableViewController in a storyboard, and embed it within a UIViewController as a container view. Then you can use auto layout to set the relationship between the footer and the container view which contains the UITableView.
Original answer :
tableFooterView property doesn't fix the footer at the bottom of the table view

Community
- 1
- 1

Sankar Narayanan
- 119
- 9