Question
Is there a way to run one UIViewController so that I can see the result without having to run the entire application?
Background
I work in a code base that does not use many xib files; views are created programmatically in many places. To view my changes, I need to run the application and execute it in order to achieve the desired look that I just changed, and this can be a little cumbersome. Several times I will rigidly point him to some early point in the application stream so that I can see how he looks when he runs. Is there an easier way to do this?
source
share