So I know there is a UITableView
, but it does not show up in the UIStoryboard
and neither does it in the simulator. Maybe it has something to do with the relative positioning? because when I descaled the UITextfield
it disappeared. Here is a screenshot:
Of course I can delete the referencing outlets and add the UITableView
again, but that would cause a situation in which there are two table views.
Update: FIXED
I fixed this issue by showing the Document Outline, accessible by clicking the icon (the menu in the left of the window). By selecting the
UITableView
, it appeared that the UITableView
was a 1px
by 1px
area under the UITextfield
. I simply resized the UITableView
and dragged it to the center of the screen.