Which is the tool used to design UI View Controllers and storyboard for iOS NIB UI?
[UPDATE] I'm looking for a UI Design Tool in terms of layout sketches more than the StoryBoard design of XCode. The aim is to design the flows of the UIViewControllers as depicted by Apple in the iOS Developer Library.
I have checked some layout UML Class diagrams tools like Visual Paradigm, Magic Draw, etc, but they do not have a visual layout for the UI as well.


UIStoryBoard is the great way to start its easy and fast way to create UI for all ios application
You can start with studying basic template code - e.g. tabbar application for your purpose - File -> New -> Project -> Tabbed application.
Navigation: To navigate from one screen to other screen - you need to embed in navigation controller - Editor -> Embed In -> Navigation Controller/Tab bar Controller
Connection: Ctrl + drag to another view controller to push from one scene to other scene..
Navigation can be done via code see Navigate storyboard via code
Here is an good tutorial for learning storyboards Tutorial on Storyboard
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With