So I have a tableview working fine in portrait view.
But let’s say I want to support other orientations. On an orientation change to landscape, the bottom-most entries are now cutoff from view.
Can I change something dynamically?
I was thinking the bottomPadding property…