开发者

Webview in UINavigationBar

开发者 https://www.devze.com 2023-01-06 18:05 出处:网络
开发者_运维技巧I want a small UIWebView on a navigation bar. Is it possible since NavigationBar takes only UINavigationItem ?If you want the UIWebView actually showing on the UINavigationBar, you can
开发者_运维技巧

I want a small UIWebView on a navigation bar. Is it possible since NavigationBar takes only UINavigationItem ?


If you want the UIWebView actually showing on the UINavigationBar, you can set the UINavigationItem.titleView property to point to it.

If you want to show the UIWebView on the screen when a new navigation item is pushed on the navigation bar, then you should be using the navigation bar with an UINavigationController.

0

精彩评论

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