WKWebView icon indicating copy to clipboard operation
WKWebView copied to clipboard

建议判断一下 isTranslucent 再增加progressView

Open bulolo opened this issue 8 years ago • 0 comments

if(self.navigationController?.navigationBar.isTranslucent == true){
       progressView?.frame = CGRect(x: 0, y: 64, width: view.bounds.size.width, height: 3)
}else{
       progressView?.frame = CGRect(x: 0, y: 0, width: view.bounds.size.width, height: 3)
}

bulolo avatar Jan 31 '17 12:01 bulolo