How to design UIViewController visual layout streams, such as the iOS Developer Library

What is the tool used to design UI view controllers and storyboards for iOS NIB UI?

[UPDATE] I am looking for a user interface development tool in terms of layout sketches more than the StoryBoard Xcode design. The goal is to construct UIViewControllers threads, as shown by Apple in the iOS Developer Library.

I checked some UML class diagram diagrams such as Visual Paradigm, Magic Draw, etc., but they also do not have a visual layout for the user interface.

iOS Developer Library UI Flow Example

High-level flow interface Example

+3
source share
2 answers

UIStoryBoard - ios


- . - → → → .

:. - - → In → /

: Ctrl + , .

, .

+2

All Articles