开发者

fullscreen image pinching ipad

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜