0
votes
2answers
18 views
How to get a copy of the image from UIImagePicker
Hi,
I've got a very simple app where the user selects a UIImageView and presses a button to take a photo with the camera. The image is then returned and displayed in the UIImageVi …
0
votes
1answer
52 views
Change UIView Dynamically
Working on cs193p (stanford online videos of iphone programming), I am working on Presence1 exercise
I am trying to change a UIView which is a subview of another view dynamically. …
1
vote
1answer
24 views
unwanted UIImageView resizing when in a UIView
I'm programatically creating a custom section header for a table that has a width set to 290. When I use a UIImageView containing a 290 x 29 PNG directly the image appears correct …
0
votes
1answer
19 views
“Masking” an animation? iPhone SDK
I have been looking into ways of masking images on the iPhone. I came across this solution
http://iphonedevelopertips.com/cocoa/how-to-mask-an-image.html
which works great for s …
1
vote
1answer
13 views
pixel value in UIImageView’s image
Hi,
I'm trying to find the value of an pixel in the image displayed in an UIImageView.
getting the pixel on the display is (relatively) simple. But when the image displayed is sca …
0
votes
1answer
14 views
Drawing onto an animated UIImageView in Cocoa touch
Probably a newbie question, but:
I have a UIImageView that zooms and translates using multitouch. The built in animation feature is very handy, and works great. However, now I w …
0
votes
2answers
23 views
changing image dynamically in iPhone application.
Hi,
My problem is,
I have table of names. And when I touch on each name, a new view should appear and image of corresponding name.
For all the names only one view should be there …
0
votes
3answers
128 views
iPhone UIImage overlap render bug.
I've come across a strange render bug on iPhone OS 3.0...
I have two images. One is a non-transparent PNG that is predominately black with a white gradient fading upward.
The sec …
0
votes
1answer
19 views
Get context from UIImageView
Hi,
Can I get the context (CGContextRef) from exists UIImageView?
Detail: I have a controller link to xib file. In IB I have added a UIImageView and reference its on:
IBOutlet UI …
1
vote
2answers
28 views
UIImageView drifting on viewDidLoad
I am programmatically adding a UIImageView and a UILabel to multiple screens in a program I'm working on. As such, I've written a UIViewController that contains the code to load u …
0
votes
3answers
57 views
Unable to assign images to an imageView from an Array, but can assign images to an imageView from a UIImage variable
Hi all,
I have a problem with arrays and passing images between views that I would like some help on!
So the background is that I have:
• RootViewController (which handles my tabl …
0
votes
1answer
16 views
Does anyone know how I can get the “real” size of the UIImageView instead of creating a frame
Well my title kind of says it all I guess ..( at least I hope)
I was hoping there was some sort of function that could take the real size of my picture
CGRect myImageRect = CGR …
0
votes
1answer
17 views
UIImageView loads file on simulator but not on device?
This loads the image on the simulator but not on the device:
UIImageView *splashImage = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"SplashPH.png"]];
[self.view a …
1
vote
1answer
24 views
Setting the image of a UIImageView in Interface Builder
When ever I set an image for a UIImageView in IB and simulate the interface the buttons and stuff show up but the image view doesn't.
0
votes
2answers
160 views
Rotate UIImageView and still get x/y click position
Hi,
I have subclassed UIImageView to create a soccer ball.
The ball bounces and moves along an x & y axis, and depending on where you touch the ball, the ball will move as yo …
