简体   繁体   中英

Enlarge image view on iOS

I am trying to find a way to open an image in fullscreen from a thumbnail, in the same style the Facebook app on iOS does. http://i.imgur.com/weT5T.png Here is what I have and would like to enlarge the picture of the tram.

Any help would be great Thanks Matt McInnes

Check this link Might Help You How To Enlarge UIImageView When Tapped

- (IBAction)buttonTapped:(id)sender {

[self.imageView setFrame:CGRectMake(0, 0, self.view.frame.size.width, 80)];

}

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM