Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人可以告诉我是否可以UIGestureRecognizer在 ipad 应用程序中的图像上使用:在捏合时将此图像切换到全屏视图,然后在捏出时切换回原始尺寸?任何代码示例都会很棒。
UIGestureRecognizer
谢谢
要隐藏导航栏,请使用 -
[[self navigationController ] setNavigationBarHidden:NO animated:NO];
看我这个隐藏标签栏的答案 -
如何隐藏uitabbar控制器