Hi,
I have to make an app for client where there are functionalities best defined by tab bar interface. I am no UI designer but I have done some basic research and read the Human Interface Guidelines by Apple. Another point is that app deals extensively with Web Services and user has to login before using any of the features of the app. The user needs to login only first time and app will call the login API second time onwards whenever the app is tapped on from home screen. Now if password is changed, login would fail and ask user to login again but if login is successful, it would directly present the tab bar interface by-passing the login screen. My dilemma is designing the starting screen.
I am confused between two approaches.
Have a stand alone login screen (like in facebook app) and present the tab bar once login is done. In this approach tab bar can be presented modally but it remains there for the life cycle of the application (say 5-10 mins max) which in-turn involves other modal views for filling forms etc. Would this be a good approach presenting tab bar modally when it is going to be the main interface of the app? Also another approach is flip the login screen to present tab bar
Second approach is have "login" as one of the tabs of the tab bar and dsiable other tabs till login process is completed. Once logged in successfully, make other tabs active and may be change the numbering of tabs and move "login" tab (probably renaming the title to "logout" at the end of the tab list. Would this be overly complicated to achieve?
Or is there a better 3rd approach to tackle this? Need your suggestions desperately on this one.
Thanks!