开发者

navigation or tabbar?

I am a Iphone-traniee.sir i want t开发者_开发知识库o create a main login screen having three options as sign up,sign in and forgot password. i am confused that whether to use navigation or tab bar application for it and how? please anyone can guide me? thanks in advance!


A Tab-bar interface would be too clunky for this, as most users will likely have an account and know their credentials. The best approach in my opinion would be to have the username/password entry and login screen as the main screen with a login button under the text fields and then two inconspicuous links using UILabels below the button that would bring up create account and forgot password. These should be brought up ModalViewController style rather than NavigationViewController style, as they are a one-time thing the user would do and aren't part of the application usage flow.

Hope this helps,

-HT

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜