I am trying to make app that displays an RSS feed, with text and images intoa table, but I am really struggeling with it!
I\'m trying to set up a UITableViewCell that can have an image in the upper right corner. I have it working for portrait mode, but when I rotate to landscape, the image disappears.
I need in animation of sequence of more PNG files (300 png files and size is 320x480). I\'ve try make it with 12 fps, but sometime iPhone 3g have lags... 3gs working fine. I think 2g working with lags
My question is this: in many free iPhone apps adds which are basicall开发者_如何学Cy imageViews are buttons. When pressed, they bring you to the iphone App store to buy whichever app was advertised. C
I have the following un my applicationDidFinishLaunching method UIImage *image2 = [UIImage imageWithContentsOfFile:[[NSBundle mainBundle] pathForResource:@\"image2.jpg\" ofType:nil]];
This is the 2nd time I have asked this.How do I draw an image at the location of the user\'s tap every time the user taps the screen?
My big picture goal is to have a grey field over an image, and then as the user rubs on that grey field, it reveals the image underneath.Basically like a lottery scratcher card.I\'ve done a bunch开发者
I am trying to make a UIImageView move when I tap a button.I have set a UIIAction to start an NSTimer.Whentap the button, the character(UIImageView) moves fine.When I tap the same button again, the ch
Could someone please tell me how to make an image appear when the user taps the screen and make it appear at the position of the tap.
The title of this question should be pretty self explanatory.I am making an app that involves multiple UIImageViews that serve the same purpose.They are merely different sizes.Anyway, I decided that t