devedbox / AXWebViewController

AXWebViewController is a webViewController to browse web content inside applications. It’s a lightweight controller on iOS platform based on WKWebView (UIWebView would be the base Kit under iOS 8.0). It added navigation tool bar to refresh, go back, go forward and so on. It support the navigation style on WeChat. It is a simple-using and convenient web view controller using inside applications.
MIT License
798 stars 134 forks source link

iPad 上使用AXWebViewController 点击 actionBarButtonItem 按钮必崩溃。iOS 11 #63

Closed iodefog closed 1 year ago

iodefog commented 6 years ago

原因是ipad上缺少 UIPopoverPresentationController

建议改成这样

devedbox commented 6 years ago

@iodefog 已修改,新版本发布将会告知.

devedbox commented 6 years ago

v0.7.1已发布.