I have one log in page in which I want ,if the user has logged in then he/she can view more 开发者_StackOverflow社区tabs than that showing to an unregistered user.It means logged in users can view mor
In my alarm based application on iPhone,I am using TdCalenderView code by tinyfool.On that calendar I am calling setDayFlag:day in drawDateWords method for the day on which alarm is set.Tapping the da
In my application I use a TabBar with several items on it. After some time of using the application randomly happens 开发者_如何学Gothat the items disappear. I use scrollView that is hosted in a main
I have a tabbar at the bottom of my screen. The XML-file looks like this: <TabHost android:layout_width=\"fill_parent\"
I have application with TabBar and f开发者_运维知识库our views (FirstView.xib, SecondView.xib, ThirdView.xib, FourthView.xib). In ThirdView.xib I have UIButton, when pressed, need to load a FifthView.
Hi guys I am working on an application.Where there is a home screen with 5 buttons.On the click of every button i want to open the screen with tabbar with 5 view controllers.I mean 开发者_如何转开发wh
This question already has answers here: Closed 11 years ago. Possible Duplicate: Setting text-color on selected tab bar item
I need to migrate an iOS App to android, and I\'m new to Android, I\'m not sure what is the best layout design for the app:
Is there a way to not have the tab bar slide up along with the keyboard when a user touches the textbox in开发者_StackOverflow a screen?
I have 4 tabs in UITabBarcontroller. My problem is i need to navigate to next tab by user click while first tab process in on going?? how to ru开发者_如何转开发n the process on background??