Design tool that exports to . xib or . storyboard

Asked

Viewed 143 times

2

I wonder if there is any tool that can be used to develop the design of the app (like Justinmind’s Prototyper program ) and then export to xib or storyboard format.

2 answers

4


I don’t think it exists, and I don’t see any reason for it to exist. storyboard is not a design tool like photoshop, or an extension like jpg. It is part of an architecture called MVC.

https://developer.apple.com/library/ios/documentation/general/conceptual/devpedia-cocoacore/MVC.html

The XIB/Storyboard as the "VIEW" of MVC, has several responsibilities such as: create link between view and controller, offer ways to make your view adaptable to Portrait and Landscape using Auto Layout, you can insert things into your view through code, and in Xcode 6, you have only 1 storyboard for phone, tablet and desktop. Mounting your application view is not something that can be generated, it should be developed.

2

That converts have not, but has the Sympli that helps create the Sketch layout for Xcode

Browser other questions tagged

You are not signed in. Login or sign up in order to post.