0

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:

the simulator

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 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.

Community
  • 1
  • 1
Jonathan Neeskens
  • 551
  • 1
  • 4
  • 12
  • Please add some details about your views hierarchy – Francesco Frascà Nov 18 '14 at 11:34
  • [Check this](http://stackoverflow.com/a/26838054/3606887) – linimin Nov 18 '14 at 11:37
  • select your storyboard and uncheck the "Use Auto Layout" now select your table object in list of elements in your view. It must be in upper right or left corner of the simulator. drag it to orgnal position.... thats it. :) – M Zubair Shamshad Nov 18 '14 at 11:55
  • @Zubair This does not work :( I can still not see them in the corners or whereever. I looked in the plain text version of the main.storyboard but it says nothing about positioning. I also tried to clear all constraints, but that did not work as well. – Jonathan Neeskens Nov 18 '14 at 12:25
  • Go to the 'document outline' and select the table view. Check the 'Size Inspector' properties. Is the table view's frame in the visible portion of the parent view? – Ron Fessler Nov 18 '14 at 14:05

0 Answers0