Me again. I have a simple question. I have an UIImageView like the one shown below. alt text http://img683.imageshack.us/img683/1999/volumen.png
how can i get the image size when it\'s zoomed by user, i write these on my project : - (UIView *)viewForZoomingInScrollView:(UIScrollView *)scrollView
How is an image that is larger than the iphone view size to a UIScrollVi开发者_运维技巧ew? I tried to add the image to the UIImageView, still not connected to the UIScrollView and the image just shru
What I want to do is to always use the same instance of UIImagePickerController in my whole app, since i don\'t want to alloc and destroy my picker every time the user takes a picture. The app uses a
I have an image in my iPhone Project. It\'s a PNG and I can set the background in Interface Builder but I wan开发者_开发问答t to do this programatically.
I would like to get the coordinates of an UIImageView programmatically. How do I do this? For example I have a square. I want to get the coordinates of all the corners. How must i proceed?
I have a UIButton over a UIImageView.I want the button to adjust its size to fit the imageview.I trie开发者_高级运维d a few different ways but can\'t get it.Anyone know how to do this?You can add some
In my application, I have created a CALayer (with a few sublayers - the CALayer is composed of shapes added as sublayers).
I have a custom view which is composed of a number of UIImageViews.These UIImageViews can vary in size (from 200x200 down to 50x50).The images that they display (loaded from png files) are stored in r
I have the following code in place: - (void)viewDidLoad { NSString *homeDirectoryPath = NSHomeDirectory();