subview
Switching views from portrait to landscape in iPhone just like the calculator in iPhone
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[详细]
2023-03-27 10:46 分类:问答How to properly insert a background image
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[详细]
2023-03-26 14:43 分类:问答CodeIgniter - container view to get list of scripts (js) needed by sub-views from those subs
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[详细]
2023-03-26 02:42 分类:问答Animating subviews to spin image to full screen
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.[详细]
2023-03-25 15:11 分类:问答UIInterfaceOrientation rotation in subview not working
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[详细]
2023-03-25 11:05 分类:问答how to detect event touch in subview or how to make parent view was touched when we touch subview?
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?[详细]
2023-03-25 10:27 分类:问答What is called when removing a view from its superview?
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[详细]
2023-03-24 03:03 分类:问答Switchable subview in window for iphone app
I\'ve been looking everywhere but can\'t seem to find any examples/tutorials for my situation (not sure how to google it..)[详细]
2023-03-21 19:39 分类:问答Touch events passing to superview through transparent sections
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[详细]
2023-03-21 13:28 分类:问答Make subview rotate too when device is rotated iPhone/iPad
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.[详细]
2023-03-20 00:44 分类:问答