Move Image using Touch Function in iPhone
UIImageView *image;
}
@property (nonatomic,retain) IBOutlet UIImageView *image;
@end
{
[super dealloc];
}
CGPoint touchLocation = [touch locationInView:touch.view];
image.center = touchLocation;
}
{
{
[super viewDidUnload];
}
{
return (interfaceOrientation == UIInterfaceOrientationPortrait);
}
0 comments:
Post a Comment