简体   繁体   中英

How can I visually view an xcode project that has no storyboard file?

I am trying to understand an app and I'd like to be able to see a visual representation of the project (without running the simulator). It appears the developer didn't use a storyboard in building the app. Is this common? What is a good way to see the views without running the project?

Thanks I'm a pretty serious iOS noob :)

If there's no storyboard, then watch out for .xib file. Those files contain visual representation of a particular class or view controller.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM