简体   繁体   中英

Iphone multi screen/view application

I am very new to iPhone development, i am developing one sample application using xcode.
I am referring on-line tutorials and examples to build my first application.

I want to try multi screen/view application where i want to display specific screens on some specific events like button clicks.

I googled for tutorials on multi screen iPhone apps, but i am getting different ways of doing it.

I am confused in-between:
1. Navigation based application.
2. Window based application.
3. View based application.

Which application type do i need to chose for multi view/screen application. Is it that we can't create multi view/screen application using 2nd and 3rd type, i think this should not be the case, but i am confused.

what i have done so far.

I have created one window based application where i have one login page (text fields and click buttons) i want to extend this application to display main screen/error screen based on the login result.

I have created 2 .xib files for main screen and error screen(with there corresponding .m and .h controller files), now i want to remove login screen and display main screen/error screen, but i don't have idea how to archive this when we are in window based application.

can some one point to useful tutorials/examples that can explain this scenario.

Before getting into any online tutorials it'd be better to go through apple's guides. Following guides could be a good start:

App Programming Guide - Design Basics To understand the basics of iOS development

Human Interface Guidelines

and

View Programming Guide

To understand and implement different view controllers

如果您将情节提要与场景和场景一起使用(iOS 5+),则本教程可能会帮助您清除一切。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM