How to animate a UIImageview to display fullscreen by tapping on it?

后端 未结 5 1810
眼角桃花
眼角桃花 2020-12-07 22:16

I have an UIImageView in a UITableviewCell. When it is tapped, the UIImageView should animated to be displayed fullscreen. When the image is tapped when it is fullscreen it

5条回答
  •  -上瘾入骨i
    2020-12-07 22:47

    One possible implementation would be to use a modal view controller with UIModalPresentationFullScreen presentation style.

提交回复
热议问题