Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
liyuunxiangGit authored Dec 25, 2017
1 parent 8d8812a commit 191262d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,11 @@


## JS-OC-WebView 代码实现详解  <br>
* 1、首先创建控制器WKMianWebViewController
* 2、然后控制器中继承如下类:
** ```
#import <WebKit/WebKit.h>
#import <AVFoundation/AVFoundation.h>
#import "WKWebViewJavascriptBridge.h"
#import "SDWebView.h"
```

0 comments on commit 191262d

Please sign in to comment.