开发者

fullscreen image pinching ipad

开发者 https://www.devze.com 2023-02-23 06:16 出处:网络
can someone tell me plz if it\'s possible to use : UIGestureRecognizer on an image in ipad app to switch this image to fullscreen view when pinching in and back to the original size when pinching out?

can someone tell me plz if it's possible to use : UIGestureRecognizer on an image in ipad app to switch this image to fullscreen view when pinching in and back to the original size when pinching out? any sample of c开发者_开发技巧ode will be great.

Thanks


To hide navigation bar use -

[[self navigationController ] setNavigationBarHidden:NO animated:NO];

see my this answer to hide tabbar -

How to hide uitabbarcontroller

0

精彩评论

暂无评论...
验证码 换一张
取 消