'What language is Main.Storyboard's source code written in for Xcode/swift?
I'm studying swift and trying to delete a UI button. While I was doing that I was looking at the source code for the Main.storybaord file. I don't recognize what language it is and was curious. What language is swift/xcode's main.storybaord's source code written in?
Solution 1:[1]
Right-click on your storyboard file in the Project panel, and Open As > Source Code, you will find the storyboard file is as XML type.
Generally, we suggest you create the storyboard with the UI tools.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | navylover |
