开发者

Forward and back native buttons in UIWebview iphone

开发者 https://www.devze.com 2023-03-11 02:07 出处:网络
Inside the Twitter iPhone app, if you click on a link it pushes in a WebView. Ive gotten this far, but I can\'t find the correct identifier for the forward and backward buttons like at the bottom le

Inside the Twitter iPhone app, if you click on a link it pushes in a WebView.

Ive gotten this far, but I can't find the correct identifier for the forward and backward buttons like at the bottom left of the image below. Are they na开发者_JS百科tive? or are they just images they have created themselves?

Forward and back native buttons in UIWebview iphone


You might want to have a look at a drop-in inline web view controller I did: SVWebViewController. It should save you a fair bit of coding :)


Per the list of UIBarButtonItems from the docs, those items you desire need to be custom images a they are not provided in the current SDK.

0

精彩评论

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