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
797 stars 133 forks source link

增加設定 hiddenTopUrlLabel , webViewEdgeTop ,webViewEdgeBottom #25

Closed tentenlee100 closed 7 years ago

tentenlee100 commented 7 years ago

hiddenTopUrlLabel 是否要顯示最上方的Label webViewEdgeTop 設定網頁的insertEdge top webViewEdgeBottom 設定網頁的insertEdge Bottom

devedbox commented 7 years ago

@tentenlee100 scrollView 的属性contentInsetscrollIndicatorInsets可以通过webView.scrollView获取并修改.

tentenlee100 commented 7 years ago

@devedbox 單純是覺得多個設定參數去做事情的話會比較方便而已.... 不用要改一個東西要下兩行。 不想顯示上方的backgroundLabel可否加設定? 還是我單改這個再PR一次?

devedbox commented 7 years ago

你可以取消scrollView的设定,同时将hiddenTopUrlLabel更改为showsBackgroundLabel. 如此更为恰当些!

tentenlee100 commented 7 years ago

已經重新改了一個版本,並增加繁體中文的語系.再麻煩了。