Swift Storyboard UITableView Static Cells - UIToolBar appears when scrolling down

18 views Asked by At

Looking for some clarification on why when using a UITableView with Static Cells that when scrolling down a UIToolBar will appear and cut off content. The UIToolBar does not appear when using reusable cells and scrolling. I have tried looking around for some answers to maybe there is some default use for this since this does appear by default but no luck so far.

I am looking to see how I can remove this UIToolBar so it does not appear and cut off content since it is not necessary.

enter image description here

1

There are 1 answers

0
Lukas Bimba On

Just need to go to your Navigation Controller and uncheck "Shows Toolbar"

enter image description here