Skip to content

Commit

Permalink
closes #88
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewShmig committed Mar 10, 2014
1 parent a496b4d commit 1faa422
Show file tree
Hide file tree
Showing 39 changed files with 3,222 additions and 2,872 deletions.
106 changes: 59 additions & 47 deletions Project/Project/ASAAppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Original file line number Diff line number Diff line change
@@ -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
Time: 2014-03-10 15:21:10 +0000
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
<key>DocSetPublisherName</key>
<string>AndrewShmig</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2013 AndrewShmig. All rights reserved.</string>
<string>Copyright © 2014 AndrewShmig. All rights reserved.</string>
</dict>
</plist>
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@ <h4 class="method-subtitle">Declared In</h4>
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">&copy; 2013 AndrewShmig. All rights reserved. (Last updated: 2013-12-13)</span><br />
<p><span class="copyright">&copy; 2014 AndrewShmig. All rights reserved. (Last updated: 2014-03-10)</span><br />

<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.1 (build 858)</a>.</span></p>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ <h4 class="method-subtitle">Declared In</h4>
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">&copy; 2013 AndrewShmig. All rights reserved. (Last updated: 2013-12-13)</span><br />
<p><span class="copyright">&copy; 2014 AndrewShmig. All rights reserved. (Last updated: 2014-03-10)</span><br />

<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.1 (build 858)</a>.</span></p>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ <h4 class="method-subtitle">Declared In</h4>
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">&copy; 2013 AndrewShmig. All rights reserved. (Last updated: 2013-12-13)</span><br />
<p><span class="copyright">&copy; 2014 AndrewShmig. All rights reserved. (Last updated: 2014-03-10)</span><br />

<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.1 (build 858)</a>.</span></p>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1289,7 +1289,7 @@ <h4 class="method-subtitle">Declared In</h4>
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">&copy; 2013 AndrewShmig. All rights reserved. (Last updated: 2013-12-13)</span><br />
<p><span class="copyright">&copy; 2014 AndrewShmig. All rights reserved. (Last updated: 2014-03-10)</span><br />

<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.1 (build 858)</a>.</span></p>

Expand Down
Loading

0 comments on commit 1faa422

Please sign in to comment.