in my main view controller the button action is
-(IBAction)ChangeImage
{
UIImage *guns = [UIImage imageNamed:@"guns.png"]; // load our image resource
imageView = [[UIImageView alloc] initWithImage:guns];
NSLog(@"kaam hua..??");
[self.view addSubview:imageView];
[UIView transitionFromView:self.view
toView:imageView
duration:3.0f
options:UIViewAnimationOptionTransitionCrossDissolve
completion:nil];
NSLog(@"hfhjlkhbjhdfcvkbjnlkhgj");
}
- i want to view the animation in slide view
- is there any method to do this
- can i chnage the UIViewAnimationOptionTransitionCrossDissolve to another one to show slide view