0

I have an ios App, with a single story board with over 20 screens, and i need to add more

is there some option/shortcut that will allow me to display the screen i want to work on, just by typing the name of the class that it implements?

it bothers me that every time i want to edit/change the ui, i need to open the story board file and start searching for the little square denoted by my view controller class, to edit it

Lena Bru
  • 13,521
  • 11
  • 61
  • 126
  • use this http://stackoverflow.com/questions/23102978/swrevealviewcontroller-without-using-navigationcontroller/23105142#23105142 – Anbu.Karthik May 20 '14 at 09:32
  • i am not talking about the code, i am talking about the interface of xcode, so that when i display the storyboard file, instead of scrolling and searching for the screen i want to edit, i click some key code and enter the name of the screen i want to edit, and it becomes centered on my **computer** screen (not my ios device), no ios coding involved whatsoever – Lena Bru May 20 '14 at 09:35
  • You can rename your view controllers in Storyboard's Document Outline pane as you wish. So it is easy to find them if you give them a name that suits you. – gWiz May 20 '14 at 09:35
  • I did that, but i have over 20 viewcontroller in the storyboard, and it takes me forever to find them – Lena Bru May 20 '14 at 09:36
  • 1
    You can use the search field at the bottom of the Document Outline. – gWiz May 20 '14 at 09:37
  • i never noticed that, thank you – Lena Bru May 20 '14 at 09:39

0 Answers0