LB79
LB79

Reputation: 1285

Xcode Bring TableView To Front

Im having trouble finding an answer to this. I have a TableView in a plain View Controller. When I add a control or another view controller, the TableView vanishes (to the back I assume) and I can't bring it back to the front (the option is greyed out in storyboard editor).

Please can someone tell me what Im doing wrong?

Thanks

Upvotes: 1

Views: 761

Answers (2)

LB79
LB79

Reputation: 1285

Seems that the issue can be resolved by adding constraints before adding another control/view. Another developer has reported the issue to Apple as a bug.

Upvotes: 2

brandonscript
brandonscript

Reputation: 72965

Using the View Controller tree in the Storyboard editor, you can re-arrange views and controls in the list by dragging them up and down. The bottom of the list is equivalent to the top of the view stack.

enter image description here

Upvotes: 2

Related Questions