skip to Main Content

I am currently working on CS50’s iOS track and am on the Pokedex assignment. I need to find the editor in the storyboard in Xcode, but my Xcode interface for the storyboard looks nothing like what’s shown in the videos. Can someone explain how to get to the editor for labels and other elements in my storyboard?

Storyboard without element editor

2

Answers


  1. If you are referring to the assistant editor, then

    1. select your Viewcontroller in the storyboard
    2. in the top right corner click on the second button from the right (the one with all the lines) and select assistant editor from the dropdown menu.
    Login or Signup to reply.
  2. You are looking for the Attributes Inspector. Just press the icon at the top-right to expand it.

    enter image description here

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search