提交 211b184d authored 作者: JarvanMo's avatar JarvanMo

update doc

上级 a3ef1540
......@@ -84,7 +84,8 @@ can inherit `FluwxWXEntryActivity` for convenience.Then register `WXEntryActivit
```
### iOS
override the following function in`AppDelegate`:
don't override this since 1.0.0:
~~override the following function in`AppDelegate`:~~
```objective-c
- (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation {
return [WXApi handleOpenURL:url delegate:[FluwxResponseHandler defaultManager]];
......
......@@ -83,7 +83,8 @@
```
### iOS
在你的`AppDelegate`中重写下面方法:
从1.0.0开始以下作废
~~在你的`AppDelegate`中重写下面方法~~:
```objective-c
- (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation {
return [WXApi handleOpenURL:url delegate:[FluwxResponseHandler defaultManager]];
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论