I would like to know what is the best way to do what iPhone calculator does as far as switching view from portrait to landscape. To me it looks that the portrait UI is in a view that goes directly (wi
I use this code to set a background image. The only problem is that it covers everything I insert in the XIB file. What should I do to ensure that my textfields, buttons, etc. are also visible (in fro
I have a controller that opens a container view. The container then hands the building of the page to several views including the \"html_meta\" view and the \"top开发者_StackOverflow社区_bar\", \"side
I have开发者_StackOverflow社区 an UIImageView (100x100px) and when a user taps on the image I want to do an animation which brings the image to full screen.
In my App I use a UITabbarController, which rotates perfectly to all UIInterfaceOrientations in all viewcontrollers. But when I add an UIView to the UIWindow afterwards it will not be added in the cur
I have 2 UIView. the first one is a parent view the second one is a subview, how can we detect when a subview was touched?
Imagine I have a view controller called blueView and another called greenView. I then add greenView.view as a subview of blueView.view. Now suppose that after some user interaction, I\'d like to remov
I\'ve been looking everywhere but can\'t seem to find any examples/tutorials for my situation (not sure how to google it..)
I have a simple app which adds a subview over the main view when the user clicks on a UIButton in the main view. This subview is of size 480x320 (I\'m in landscape mode), but there is a boarder around
Let me explain what I mean when I say that I want to rotate my subview too. I placed a lot of images to make my self clear. This may look like to much but it is not. Just wanted to be clear.