Questions tagged [tablefooterview]
36 questions
0
votes
3 answers
swift how to display a footer that can't be seen unless scrolled up further after reaching bottom?
I'm trying to display a "that's all" message to the user if the user reaches the bottom of the table view but keeps scrolling up, like the "you're up to date" message slack displays at the bottom of the chat. However, the tableFooterView can be seen…

Pirlo Lochisomo
- 185
- 1
- 16
0
votes
1 answer
Adding UIView to TableViewfooter isn't fully visible
I have a xib file with a table view and I want to simple add a UIView with a button inside of it and make that my table view footer view. The height of the UIView (and the button is 50) and setting the section height to match that in IB doesn't seem…

cspam
- 2,911
- 2
- 23
- 41
0
votes
0 answers
iOS Swift UITableView tableFooterView Auto Size
I want to add a footer to my table which will have a varying height based on the message etc. I use auto layout and have the label configured to work wrap and have the number of lines set to 0. You can see the template cell in my tableView below…

George M Ceaser Jr
- 1,497
- 3
- 23
- 52
0
votes
1 answer
UIView added to a Table View from IB getting resized and not holding a fized size (XCode 6 | ios 8 | Non ARC code)
I need to set a tablefooterview for my UITableView. I added a UIView below the UITableViewCell of my UITableView which is a custom cell in the interface builder and set the height and width of the UIView as 44 and 400. The UIView is getting resized…

MixCoded
- 494
- 4
- 15
0
votes
1 answer
Set image view programmatically without the user seeing it change?
I've been trying to set an imageView without the the user seeing it change when they rotate from landscape to portrait mode.
In willAnimateRotationToInterfaceOrientation method, I re-set the image to the appropriate image (depending on if it's in…

Sandy D.
- 3,166
- 1
- 20
- 31
0
votes
0 answers
tableFooterView xib with autolayout
I finally managed to clean enough screen to activate the autolayout on a legacy project. Woohoo!
I have a UITableView that has a xib (only a xib - has no h/m files) as a tableFooterView.
I added some constraints (the problem I'm about to described…

Boaz
- 4,864
- 12
- 50
- 90