Skip to content

Commit

Permalink
关于实现openURL的回调
Browse files Browse the repository at this point in the history
  • Loading branch information
hongtaozhy committed Jan 9, 2014
1 parent 97d9110 commit 05b04be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions WeiboSDKDemo/WeiboSDKDemo/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,11 @@ - (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceAppl
return [WeiboSDK handleOpenURL:url delegate:self];
}

/*
* 推荐实现上面的方法,两个方法二选一实现即可
- (BOOL)application:(UIApplication *)application handleOpenURL:(NSURL *)url
{
return [ WeiboSDK handleOpenURL:url delegate:self ];
}
*/
@end

0 comments on commit 05b04be

Please sign in to comment.