When I add a TabBar to my VC the cells in the view all move up, covering a part of the cell under the header.
Here is an image that shows the VC without the TabBar:
This is with the TabBar:
(Don't mind the black screen/video screen please. Not relevant)
When I scroll up when the TabBar is there, the "scroll/UIACtivityView" disappears as well. It loads, but it doesn't have an activity indicator.
I have to scroll up to see the picture where it shows the name "Selected"
Anyone know why the TabBar pushes up the whole view? If so, how do I prevent that?
Any help means a lot.
Thanks.