.STORYBOARDC ファイル拡張子
Compiled Xcode Interface Builder Storyboard
| 開発元 | Apple |
| 人気度 |
1.5 | 2 票 |
STORYBOARDCファイルとは?
A STORYBOARDC file is a .STORYBOARD file that has been compiled by Apple Xcode. It contains one or more compiled iOS app screens. Developers create STORYBOARDC files when they build iOS applications that include STORYBOARD files.
詳細情報
Apple Xcode includes Interface Builder, a component that allows developers to create GUI screens by dragging and dropping UI elements. Developers creating iOS applications can use Interface Builder to link multiple related screens together in a single STORYBOARD file. Doing so allows them to quickly view and test their app's various workflows.
When a developer who created a STORYBOARD file builds their iOS app, Xcode compiles the STORYBOARD file into a STORYBOARDC file. Typically, this file contains multiple .NIB files, which represent the individual screens and elements included in the STORYBOARD file.
STORYBOARDCファイルの開き方
STORYBOARDC files are not meant to be opened. If you need to edit the storyboard from which a STORYBOARDC file was created, open the associated .STORYBOARD file in Apple Xcode (Mac).