Genadinik
Genadinik

Reputation: 18649

IOS storyboard - how to place visual elements on a storyboard screen

enter image description hereI set up a storyboard with some screens. I was able to put the headings on the different screens, but for some reason I can not figure out how to place the buttons and textfields on the screen.

How do I navigate to those options in the right side of the screen?

Thanks! enter image description here

Upvotes: 0

Views: 199

Answers (1)

Tim Sullivan
Tim Sullivan

Reputation: 16888

Make sure you're zoomed in to 100%. When you're zoomed out, you can't add controls to the view controller.

Edit: Since you're zoomed in, are you using the control library (on the right panel view, at the bottom)? Just drag buttons or fields from there onto your view.

Edit 2: as Alladinian noticed, you had entered search text on your control list, which is why not everything was visible.

Upvotes: 2

Related Questions