File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >APPL </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >3.5.1 </string >
18+ <string >3.5.2 </string >
1919 <key >CFBundleURLTypes </key >
2020 <array >
2121 <dict >
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "Rover"
3- s . version = "3.5.1 "
3+ s . version = "3.5.2 "
44 s . summary = "iOS framework for the Rover platform"
55 s . homepage = "https://www.rover.io"
66 s . license = "Apache License, Version 2.0"
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >3.5.1 </string >
18+ <string >3.5.2 </string >
1919 <key >CFBundleVersion </key >
2020 <string >$(CURRENT_PROJECT_VERSION) </string >
2121 <key >NSPrincipalClass </key >
Original file line number Diff line number Diff line change @@ -26,6 +26,9 @@ class WebViewCell: BlockCell {
2626 self . webView. isHidden = false
2727
2828 let webView = webViewBlock. webView
29+ self . webView. isOpaque = false
30+ self . webView. backgroundColor = . clear
31+ self . webView. scrollView. backgroundColor = . clear
2932 self . webView. scrollView. isScrollEnabled = webView. isScrollingEnabled
3033 self . webView. scrollView. bounces = webView. isScrollingEnabled
3134 let request = URLRequest ( url: webView. url)
You can’t perform that action at this time.
0 commit comments