开发者

How to add a view on uinavigationcontroller covering navigation bar in iphone?

开发者 https://www.devze.com 2023-03-21 07:12 出处:网络
I have a navigation based application. I want to add an image covering the entire screen. If i add it on top of a push开发者_如何学Pythoned view controller it won\'t cover the navigation bar. How to s

I have a navigation based application. I want to add an image covering the entire screen. If i add it on top of a push开发者_如何学Pythoned view controller it won't cover the navigation bar. How to solve it?.


You should be able to just use [self presentModalViewController: animated:]; So wrapp your UIImage into a UIViewController and present it. It will display it in full screen.

0

精彩评论

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