diff --git a/Project/Project/ASAAppDelegate.m b/Project/Project/ASAAppDelegate.m index 3ed9905..67d2115 100644 --- a/Project/Project/ASAAppDelegate.m +++ b/Project/Project/ASAAppDelegate.m @@ -55,11 +55,23 @@ - (void)VKConnector:(VKConnector *)connector NSLog(@"%s", __FUNCTION__); } -//- (void) VKConnector:(VKConnector *)connector -//accessTokenRenewalFailed:(VKAccessToken *)accessToken -//{ -// NSLog(@"%s", __FUNCTION__); -//} +- (void) VKConnector:(VKConnector *)connector +accessTokenRenewalFailed:(VKAccessToken *)accessToken +{ + NSLog(@"%s", __FUNCTION__); +} + +- (void) VKConnector:(VKConnector *)connector +webViewDidFinishLoad:(UIWebView *)webView +{ + NSLog(@"%s", __FUNCTION__); +} + +- (void)VKConnector:(VKConnector *)connector +webViewDidStartLoad:(UIWebView *)webView +{ + NSLog(@"%s", __FUNCTION__); +} - (void) VKConnector:(VKConnector *)connector accessTokenRenewalSucceeded:(VKAccessToken *)accessToken @@ -77,12 +89,12 @@ - (void) VKConnector:(VKConnector *)connector [r start]; } -//- (void) VKConnector:(VKConnector *)connector -//connectionErrorOccured:(NSError *)error -//{ -// NSLog(@"%s", __FUNCTION__); -// NSLog(@"CONNECTION error: %@", error); -//} +- (void) VKConnector:(VKConnector *)connector +connectionErrorOccured:(NSError *)error +{ + NSLog(@"%s", __FUNCTION__); + NSLog(@"CONNECTION error: %@", error); +} - (void)VKRequest:(VKRequest *)request response:(id)response @@ -96,36 +108,36 @@ - (void)VKRequest:(VKRequest *)request NSLog(@"users: %@", @([[VKStorage sharedStorage] count])); } -//- (void) VKRequest:(VKRequest *)request -//responseErrorOccured:(id)error -//{ -// NSLog(@"%s", __FUNCTION__); -// NSLog(@"error: %@", error); -//} - -//- (void)VKRequest:(VKRequest *)request -// captchaSid:(NSString *)captchaSid -// captchaImage:(NSString *)captchaImage -//{ -// NSLog(@"%s", __FUNCTION__); -// NSLog(@"captchaSid: %@", captchaSid); -// NSLog(@"captchaImage: %@", captchaImage); -//} - -//- (void) VKRequest:(VKRequest *)request -//parsingErrorOccured:(NSError *)error -//{ -// NSLog(@"%s", __FUNCTION__); -// NSLog(@"%@", error); -//} - -//- (void)VKRequest:(VKRequest *)request -// totalBytes:(NSUInteger)totalBytes -// uploadedBytes:(NSUInteger)uploadedBytes -//{ -// NSLog(@"%s", __FUNCTION__); -// NSLog(@"%d %d", totalBytes, uploadedBytes); -//} +- (void) VKRequest:(VKRequest *)request +responseErrorOccured:(id)error +{ + NSLog(@"%s", __FUNCTION__); + NSLog(@"error: %@", error); +} + +- (void)VKRequest:(VKRequest *)request + captchaSid:(NSString *)captchaSid + captchaImage:(NSString *)captchaImage +{ + NSLog(@"%s", __FUNCTION__); + NSLog(@"captchaSid: %@", captchaSid); + NSLog(@"captchaImage: %@", captchaImage); +} + +- (void) VKRequest:(VKRequest *)request +parsingErrorOccured:(NSError *)error +{ + NSLog(@"%s", __FUNCTION__); + NSLog(@"%@", error); +} + +- (void)VKRequest:(VKRequest *)request + totalBytes:(NSUInteger)totalBytes + uploadedBytes:(NSUInteger)uploadedBytes +{ + NSLog(@"%s", __FUNCTION__); + NSLog(@"%d %d", totalBytes, uploadedBytes); +} - (void)VKRequest:(VKRequest *)request totalBytes:(NSUInteger)totalBytes @@ -135,11 +147,11 @@ - (void)VKRequest:(VKRequest *)request NSLog(@"%d %d", totalBytes, downloadedBytes); } -//- (void) VKConnector:(VKConnector *)connector -//applicationWasDeleted:(NSError *)error -//{ -// NSLog(@"%s", __FUNCTION__); -// NSLog(@"Error: %@", error); -//} +- (void) VKConnector:(VKConnector *)connector +applicationWasDeleted:(NSError *)error +{ + NSLog(@"%s", __FUNCTION__); + NSLog(@"Error: %@", error); +} @end diff --git a/Project/Vkontakte-iOS-SDK-LV/Documentation/docset-installed.txt b/Project/Vkontakte-iOS-SDK-LV/Documentation/docset-installed.txt index 68e2d13..de0000c 100644 --- a/Project/Vkontakte-iOS-SDK-LV/Documentation/docset-installed.txt +++ b/Project/Vkontakte-iOS-SDK-LV/Documentation/docset-installed.txt @@ -1,4 +1,4 @@ Documentation set was installed to Xcode! Path: /Users/new/Library/Developer/Shared/Documentation/DocSets/com.andrewshmig.Vkontakte-iOS-SDK-LV.docset -Time: 2013-12-13 17:17:10 +0000 \ No newline at end of file +Time: 2014-03-10 15:21:10 +0000 \ No newline at end of file diff --git a/Project/Vkontakte-iOS-SDK-LV/Documentation/docset/Contents/Info.plist b/Project/Vkontakte-iOS-SDK-LV/Documentation/docset/Contents/Info.plist index 1df3a0c..7b3e6c5 100644 --- a/Project/Vkontakte-iOS-SDK-LV/Documentation/docset/Contents/Info.plist +++ b/Project/Vkontakte-iOS-SDK-LV/Documentation/docset/Contents/Info.plist @@ -29,6 +29,6 @@ DocSetPublisherName AndrewShmig NSHumanReadableCopyright - Copyright © 2013 AndrewShmig. All rights reserved. + Copyright © 2014 AndrewShmig. All rights reserved. diff --git a/Project/Vkontakte-iOS-SDK-LV/Documentation/docset/Contents/Resources/Documents/Classes/VKAccessToken.html b/Project/Vkontakte-iOS-SDK-LV/Documentation/docset/Contents/Resources/Documents/Classes/VKAccessToken.html index 315e308..5e3dc65 100644 --- a/Project/Vkontakte-iOS-SDK-LV/Documentation/docset/Contents/Resources/Documents/Classes/VKAccessToken.html +++ b/Project/Vkontakte-iOS-SDK-LV/Documentation/docset/Contents/Resources/Documents/Classes/VKAccessToken.html @@ -980,7 +980,7 @@

Declared In