Hi, I have a big image and small image over it at a specific location... I added them all under ScrollView, but it didn\'t work properly?
i have to make an offline map with icons but i will use images instead of maps because I don\'t know if there\'s any offline map code i can use available ?
I am adjusting a detail view controller\'s state, just 开发者_开发知识库before it is pushed on a navigationController:
I have a UIScrollView. On top of it I put a UIImageView with an Image in it. Now I added another UIView on top of this UIImage view. On this UIView I d like to add some Annotations. So I d like to be
Like said in the title, I have a problem with an UITableView which is in my app a subview of an UIScrollView. In my UIScrollview I have several images, labels, etc. and at the bottom my UITableView is
i use the following code for adding more images on scroll UIImageView* imageshow=[[UIImageView alloc] initWithFrame:CGRectZero];
The Problem I have a UIWebView inside my iPad application which I need to zoom programmatically, but without the use of gestures/taps. The app. has a \"+\" and a \"-\" button for zooming in-and-out i
I have UIScrollView with one child that is zoomed (returned in viewForZoomingInScrollView:scrollView) and a number of other children which annotate the zoomed view and should always be positioned on t
I\'ve created a UIScrollView in Interface Builder which takes up the entire screen of the iPad (0, 0, 1024, 768)
Im using a very large UIScrollView with webviews/subviews etc, so I need it to be dynamic, and preloaded with 3 container views. It works in the simulator, but crashes on the device with low memory.