I have added a reasonably large button (to hold a clickable image as background) in a table view’s footer view. I also intend to add another button below the image. It became impossible to view the bottom of the image without bouncing back while scrolling to the end of the view.
I looked up the problem and many mentioned that it is caused by the size of the table view being larger than the screen and recommended to minimize it using interface builder. However, It becomes impossible to do so given the size of the image.
Is there another way to solve this problem?
Just implement the UITableViewDelegate method
and return a height large enough to fit your button.