File tree 14 files changed +27
-27
lines changed
14 files changed +27
-27
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ source 'https://github.com/CocoaPods/Specs.git'
20
20
platform :ios, '9.0'
21
21
22
22
target 'TargetName' do
23
- pod 'ZFWKWebView', '~> 1.1.8 '
23
+ pod 'ZFWKWebView', '~> 1.1.9 '
24
24
end
25
25
```
26
26
Then, run the following command:
Original file line number Diff line number Diff line change 9
9
10
10
Pod ::Spec . new do |s |
11
11
s . name = "ZFWKWebView"
12
- s . version = "1.1.8 "
12
+ s . version = "1.1.9 "
13
13
s . summary = "No short description of ZFWKWebView."
14
14
s . homepage = "https://github.com/FranLucky/ZFWKWebView"
15
15
s . license = { :type => "MIT" , :file => "LICENSE" }
Original file line number Diff line number Diff line change 2
2
localizable.strings
3
3
ZFWKWebView
4
4
5
- Created by 张帆 on 2019/10/24.
6
- Copyright © 2019 张帆 . All rights reserved.
5
+ Created by Pokey on 2019/10/24.
6
+ Copyright © 2019 Pokey . All rights reserved.
7
7
*/
8
8
9
9
"support" = " ";
Original file line number Diff line number Diff line change 1
1
/*
2
2
ZFWKWebView
3
3
4
- Created by 张帆 on 2019/10/24.
5
- Copyright © 2019 张帆 . All rights reserved.
4
+ Created by Pokey on 2019/10/24.
5
+ Copyright © 2019 Pokey . All rights reserved.
6
6
*/
7
7
8
8
Original file line number Diff line number Diff line change 2
2
// ZFWKWebVC.h
3
3
// ZFWKWebView
4
4
//
5
- // Created by 张帆 on 2019/9/19.
6
- // Copyright © 2019 张帆 . All rights reserved.
5
+ // Created by Pokey on 2019/9/19.
6
+ // Copyright © 2019 Pokey . All rights reserved.
7
7
//
8
8
9
9
#import < UIKit/UIKit.h>
Original file line number Diff line number Diff line change 2
2
// ZFWKWebVC.m
3
3
// ZFWKWebView
4
4
//
5
- // Created by 张帆 on 2019/9/19.
6
- // Copyright © 2019 张帆 . All rights reserved.
5
+ // Created by Pokey on 2019/9/19.
6
+ // Copyright © 2019 Pokey . All rights reserved.
7
7
//
8
8
9
9
#import " ZFWKWebVC.h"
17
17
#define ZF_SCREEN_WIDTH self.view.frame.size.width
18
18
#define ZF_SCREEN_HEIGHT self.view.frame.size.height
19
19
20
- #define SOURCE_BUDNLE [NSBundle bundleWithURL: [[NSBundle bundleForClass: [ZFWKWebVC class ]] URLForResource: @" ImageResource" withExtension: @" bundle" ]]
20
+ #define SOURCE_BUDNLE [NSBundle bundleWithURL: [[NSBundle bundleForClass: [ZFWKWebVC class ]] URLForResource: @" ImageResource" withExtension: @" bundle" ]?:[ NSURL URLWithString: @" " ] ]
21
21
22
22
NSString * const ZFWKWebViewEventStartLoadKey = @" ZFWKWebViewEventStartLoadKey" ;
23
23
NSString * const ZFWKWebViewEventStartRecevicedKey = @" ZFWKWebViewEventStartRecevicedKey" ;
Original file line number Diff line number Diff line change 2
2
// AppDelegate.h
3
3
// ZFWKWebView
4
4
//
5
- // Created by 张帆 on 2019/9/19.
6
- // Copyright © 2019 张帆 . All rights reserved.
5
+ // Created by Pokey on 2019/9/19.
6
+ // Copyright © 2019 Pokey . All rights reserved.
7
7
//
8
8
9
9
#import < UIKit/UIKit.h>
Original file line number Diff line number Diff line change 2
2
// AppDelegate.m
3
3
// ZFWKWebView
4
4
//
5
- // Created by 张帆 on 2019/9/19.
6
- // Copyright © 2019 张帆 . All rights reserved.
5
+ // Created by Pokey on 2019/9/19.
6
+ // Copyright © 2019 Pokey . All rights reserved.
7
7
//
8
8
9
9
#import " AppDelegate.h"
Original file line number Diff line number Diff line change 2
2
// ViewController.h
3
3
// ZFWKWebView
4
4
//
5
- // Created by 张帆 on 2019/9/19.
6
- // Copyright © 2019 张帆 . All rights reserved.
5
+ // Created by Pokey on 2019/9/19.
6
+ // Copyright © 2019 Pokey . All rights reserved.
7
7
//
8
8
9
9
#import < UIKit/UIKit.h>
Original file line number Diff line number Diff line change 2
2
// ViewController.m
3
3
// ZFWKWebView
4
4
//
5
- // Created by 张帆 on 2019/9/19.
6
- // Copyright © 2019 张帆 . All rights reserved.
5
+ // Created by Pokey on 2019/9/19.
6
+ // Copyright © 2019 Pokey . All rights reserved.
7
7
//
8
8
9
9
#import " ViewController.h"
Original file line number Diff line number Diff line change 2
2
// ZFWKUserDefaultConf.h
3
3
// ZFWKWebView
4
4
//
5
- // Created by 张帆 on 2019/10/8.
6
- // Copyright © 2019 张帆 . All rights reserved.
5
+ // Created by Pokey on 2019/10/8.
6
+ // Copyright © 2019 Pokey . All rights reserved.
7
7
//
8
8
9
9
#import " ZFWKWebVC.h"
Original file line number Diff line number Diff line change 2
2
// ZFWKUserDefaultConf.m
3
3
// ZFWKWebView
4
4
//
5
- // Created by 张帆 on 2019/10/8.
6
- // Copyright © 2019 张帆 . All rights reserved.
5
+ // Created by Pokey on 2019/10/8.
6
+ // Copyright © 2019 Pokey . All rights reserved.
7
7
//
8
8
9
9
#import " ZFWKUserDefaultConf.h"
Original file line number Diff line number Diff line change 2
2
// main.m
3
3
// ZFWKWebView
4
4
//
5
- // Created by 张帆 on 2019/10/9.
6
- // Copyright © 2019 张帆 . All rights reserved.
5
+ // Created by Pokey on 2019/10/9.
6
+ // Copyright © 2019 Pokey . All rights reserved.
7
7
//
8
8
9
9
#import < UIKit/UIKit.h>
Original file line number Diff line number Diff line change 2
2
// ZFWKWebViewTests.m
3
3
// ZFWKWebViewTests
4
4
//
5
- // Created by 张帆 on 2019/10/24.
6
- // Copyright © 2019 张帆 . All rights reserved.
5
+ // Created by Pokey on 2019/10/24.
6
+ // Copyright © 2019 Pokey . All rights reserved.
7
7
//
8
8
9
9
#import < XCTest/XCTest.h>
You can’t perform that action at this time.
0 commit comments