In the Xcode project, I have a storyboard file that contains a graphical representation of the ios project. In other integrated environments (ICs) of development, I met that the IC generates code based on what graphic elements (buttons or input fields) I added to the view. Attention questions:

  1. Does Xcode support code generation based on storyboard and xib files xib
  2. If so, how to find the GUI code to make changes?

    1 answer 1

    Right click on storyboard or xib file> Open As> Source Code

    • You know, damn it, this is what I need. Thank! - Andrew Kachalin