Reputation: 65
I love the XCode storyboard I want to export it to jpeg or PDF or something that i can email to others people who don't have XCode program. How to do that?
Thanks!
Upvotes: 4
Views: 4909
Reputation: 6891
The storyboards in Xcode are XML files and not actual images and cannot be exported as images. Instead, you can press ⌘ ⇧ 4 to go into screen shot mode and take a picture that way. It will automatically be saved to your desktop.
Upvotes: 4
Reputation: 564
XCode doesn't have an exporting function built in for story boards, but to achieve what you want you could just double click the storyboard you want, go to fullscreen and take a screenshot.
Upvotes: 3