I have a question regarding a png, animated image sequence. I am loading images from 1 - 35 into a layer and I am initializing the layer with the 1st image using -initWithImage. I have several button
I have a pro开发者_开发问答blem, I can\'t solve properly. In short: I want to create a single view (say: UIImageView) out of multiple subviews - i.e. it consists out of multiple ImageViews and TextV
I am using a UITabBarController with 3 items and am curious how to access a method from the first tab if I am on the second or third tab. The problem I am running into is I have a UIImageView on the f
I want to rotate an UIImageView in the following manner: If I hold the imageview and move the finger to left, then the imageview should rotate 开发者_StackOverflow社区to the right (and vice-versa.)
I am developing an application which requires saving images in the \"saved folder\" of iPhone Photo album after performing some animations on ImageViews. Is it possible to save the incomplete images t
I am a beginner at Obj-C/Cocoa Touch/iPhone OS. I wish to have a background for my app with different images everytime the the view is called.
I need to get the size of an IBOutlet UIImageView drawn in Interface Builder. But if I read the IBOutlet UIIMageView.image.size.width or .height in the viewDidLoad, viewWillAppear or view开发者_Go百科
Hey guys first I got a picture into a image view that was 2900x2100 and the file size was about 4MB I also had an scroll view to move around the image.
Say I have a UIImageView that contains an 开发者_StackOverflow中文版image of an object that is not rectangular, i.e. a round ball. How can I check if another UIImageView (rectangular or not) intersect
I have 3 UIImages in UIScrollView and I am initializing these images in the follo开发者_StackOverflow中文版wing way: