File tree 2 files changed +4
-2
lines changed
ChangelogKit/Classes/Views 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 8
8
9
9
Pod ::Spec . new do |s |
10
10
s . name = 'ChangelogKit'
11
- s . version = '0.1.6 '
11
+ s . version = '0.1.7 '
12
12
s . summary = 'A library that offers tools to display a changelog using webviews and user defaults.'
13
13
14
14
# This description is used to generate tags and improve search results.
Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ class WebViewController: UIViewController {
32
32
webView. allowsBackForwardNavigationGestures = false
33
33
webView. contentMode = . scaleToFill
34
34
webView. scrollView. delegate = webViewScrollViewDelegate. shared
35
- webView. backgroundColor = theme. backgroundColor
35
+ webView. backgroundColor = . clear
36
+ webView. isOpaque = false
36
37
return webView
37
38
} ( )
38
39
@@ -50,6 +51,7 @@ class WebViewController: UIViewController {
50
51
super. viewDidLoad ( )
51
52
52
53
view. backgroundColor = theme. backgroundColor
54
+ webViewContainer. backgroundColor = theme. backgroundColor
53
55
54
56
setNavigationBar ( )
55
57
setWebView ( )
You can’t perform that action at this time.
0 commit comments