My UITableView
, when I po
the frame in the debugger, reports its width and height as 600x600. I have it pinned to the sides of its view controller, so I don't understand why it would be reporting this.
The 600x600 is its dimensions within the Any
x Any
Storyboard grid, but like I said, it should be updating.
Is this a glitch?