开发者

Webview in UINavigationBar

开发者_运维技巧

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜