diff --git a/Classes/VKAccessToken.html b/Classes/VKAccessToken.html index 4fc927e..80ed9fe 100644 --- a/Classes/VKAccessToken.html +++ b/Classes/VKAccessToken.html @@ -6,7 +6,7 @@ - +
@@ -801,7 +801,7 @@ diff --git a/Classes/VKApi.html b/Classes/VKApi.html index 8f2df3d..f676e4c 100644 --- a/Classes/VKApi.html +++ b/Classes/VKApi.html @@ -6,7 +6,7 @@ - +
@@ -559,7 +559,7 @@ Returns object for preparing requests to wall part of API

diff --git a/Classes/VKApiBase.html b/Classes/VKApiBase.html index 8761dfb..a3a184d 100644 --- a/Classes/VKApiBase.html +++ b/Classes/VKApiBase.html @@ -6,7 +6,7 @@ - +
@@ -422,7 +422,7 @@ diff --git a/Classes/VKApiCaptcha.html b/Classes/VKApiCaptcha.html index 29dd75c..e0ff3b8 100644 --- a/Classes/VKApiCaptcha.html +++ b/Classes/VKApiCaptcha.html @@ -6,7 +6,7 @@ - +
@@ -209,7 +209,7 @@ diff --git a/Classes/VKApiFriends.html b/Classes/VKApiFriends.html index 8d57600..6e18ec7 100644 --- a/Classes/VKApiFriends.html +++ b/Classes/VKApiFriends.html @@ -6,7 +6,7 @@ - +
@@ -125,7 +125,7 @@ diff --git a/Classes/VKApiObject.html b/Classes/VKApiObject.html index a9d4166..f520827 100644 --- a/Classes/VKApiObject.html +++ b/Classes/VKApiObject.html @@ -6,7 +6,7 @@ - +
@@ -329,7 +329,7 @@ diff --git a/Classes/VKApiObjectArray.html b/Classes/VKApiObjectArray.html index a6185a6..e20724b 100644 --- a/Classes/VKApiObjectArray.html +++ b/Classes/VKApiObjectArray.html @@ -6,7 +6,7 @@ - +
@@ -50,8 +50,16 @@ + + + + + + + + @@ -88,8 +96,16 @@
  • Instance Methods
  • @@ -143,7 +159,7 @@ - +

    Other Methods

    + + + +

    Other Methods

    + + @@ -189,7 +237,7 @@ -
    @property (nonatomic, assign) int count
    +
    @property (nonatomic, readonly) int count
    @@ -225,7 +273,7 @@ -
    @property (nonatomic, strong) NSArray *items
    +
    @property (nonatomic, strong) NSMutableArray *items
    @@ -259,6 +307,118 @@

    Instance Methods

    +
    + +

    initWithArray:

    + + + +
    +

    Initialize object with any array. items property is sets as passed array, count is a count of items in passed array

    +
    + + + +
    - (instancetype)initWithArray:(NSArray *)array
    + + + +
    +

    Parameters

    + +
    +
    array
    +

    API json array

    +
    + +
    +
    objectClass
    +

    class of items inside of array

    +
    + +
    + + + +
    +

    Return Value

    +

    Initialized object

    +
    + + + + + + + + + + + +
    +

    Declared In

    + VKApiObjectArray.h
    +
    + + +
    + +
    + +

    initWithArray:objectClass:

    + + + +
    +

    Initialize object with API json array. This method tries to set all known properties of current class from array

    +
    + + + +
    - (instancetype)initWithArray:(NSArray *)array objectClass:(Class)objectClass
    + + + +
    +

    Parameters

    + +
    +
    array
    +

    API json array

    +
    + +
    +
    objectClass
    +

    class of items inside of array

    +
    + +
    + + + +
    +

    Return Value

    +

    Initialized object

    +
    + + + + + + + + + + + +
    +

    Declared In

    + VKApiObjectArray.h
    +
    + + +
    +

    initWithDictionary:objectClass:

    @@ -266,7 +426,7 @@
    -

    Initialize object with API json dictionary. This method tries to set all known properties of current class from dictionare

    +

    Initialize object with API json dictionary. This method tries to set all known properties of current class from dictionary

    @@ -313,6 +473,83 @@
    + + +
    + +

    objectAtIndex:

    + + + +
    +

    Array funtions

    +
    + + + +
    - (id)objectAtIndex:(NSInteger)idx
    + + + + + + + + + + + + + + + +
    +

    Declared In

    + VKApiObjectArray.h
    +
    + + +
    + +
    + +

    serialize

    + + + +
    +

    Serialize current object into dictionary

    +
    + + + +
    - (NSDictionary *)serialize
    + + + + + +
    +

    Return Value

    +

    Key-value dictionary, contains current object

    +
    + + + + + + + + + + + +
    +

    Declared In

    + VKApiObject.h
    +
    + +
    @@ -332,7 +569,7 @@ diff --git a/Classes/VKApiPhotos.html b/Classes/VKApiPhotos.html index e4f0000..8775e4f 100644 --- a/Classes/VKApiPhotos.html +++ b/Classes/VKApiPhotos.html @@ -6,7 +6,7 @@ - +
    @@ -519,7 +519,7 @@ diff --git a/Classes/VKApiUsers.html b/Classes/VKApiUsers.html index 91785a3..0b4b109 100644 --- a/Classes/VKApiUsers.html +++ b/Classes/VKApiUsers.html @@ -6,7 +6,7 @@ - +
    @@ -667,7 +667,7 @@ diff --git a/Classes/VKApiWall.html b/Classes/VKApiWall.html index 54cd8dc..8f397b3 100644 --- a/Classes/VKApiWall.html +++ b/Classes/VKApiWall.html @@ -6,7 +6,7 @@ - +
    @@ -219,7 +219,7 @@ diff --git a/Classes/VKAuthorizeController.html b/Classes/VKAuthorizeController.html index 7327ec4..893c95b 100644 --- a/Classes/VKAuthorizeController.html +++ b/Classes/VKAuthorizeController.html @@ -6,7 +6,7 @@ - +
    @@ -364,7 +364,7 @@ diff --git a/Classes/VKBatchRequest.html b/Classes/VKBatchRequest.html index eabf9d3..1ff5623 100644 --- a/Classes/VKBatchRequest.html +++ b/Classes/VKBatchRequest.html @@ -6,7 +6,7 @@ - +
    @@ -242,7 +242,7 @@ -
    @property (nonatomic, copy) void ( ^ ) ( VKError *error ) errorBlock
    +
    @property (nonatomic, copy) void ( ^ ) ( NSError *error ) errorBlock
    @@ -324,7 +324,7 @@ -
    - (void)executeWithResultBlock:(void ( ^ ) ( NSArray *responses ))completeBlock errorBlock:(void ( ^ ) ( VKError *))errorBlock
    +
    - (void)executeWithResultBlock:(void ( ^ ) ( NSArray *responses ))completeBlock errorBlock:(void ( ^ ) ( NSError *))errorBlock
    @@ -431,7 +431,7 @@ diff --git a/Classes/VKBundle.html b/Classes/VKBundle.html index 0a4ae7d..f2bc9da 100644 --- a/Classes/VKBundle.html +++ b/Classes/VKBundle.html @@ -6,7 +6,7 @@ - +
    @@ -270,7 +270,7 @@ diff --git a/Classes/VKCaptchaView.html b/Classes/VKCaptchaView.html index bfac35e..4de332c 100644 --- a/Classes/VKCaptchaView.html +++ b/Classes/VKCaptchaView.html @@ -6,7 +6,7 @@ - +
    @@ -219,7 +219,7 @@ diff --git a/Classes/VKCaptchaViewController.html b/Classes/VKCaptchaViewController.html index f0a570b..d93a366 100644 --- a/Classes/VKCaptchaViewController.html +++ b/Classes/VKCaptchaViewController.html @@ -6,7 +6,7 @@ - +
    @@ -292,7 +292,7 @@ VKCaptchaViewController * vc = [VKCaptchaViewController captchaControllerWithErr diff --git a/Classes/VKError.html b/Classes/VKError.html index 8c9fe3f..0c9193f 100644 --- a/Classes/VKError.html +++ b/Classes/VKError.html @@ -6,7 +6,7 @@ - +
    @@ -868,7 +868,7 @@ diff --git a/Classes/VKHTTPClient.html b/Classes/VKHTTPClient.html index eda3ae2..cac38a4 100644 --- a/Classes/VKHTTPClient.html +++ b/Classes/VKHTTPClient.html @@ -6,7 +6,7 @@ - +
    @@ -718,7 +718,7 @@ Based on AFNetworking library (

    © 2014 VK. All rights reserved. (Last updated: 2014-01-28)
    - Generated by
    appledoc 2.2 (build 961).

    + Generated by appledoc 2.2 (build 963).

    diff --git a/Classes/VKHTTPOperation.html b/Classes/VKHTTPOperation.html index 8701cb7..d965792 100644 --- a/Classes/VKHTTPOperation.html +++ b/Classes/VKHTTPOperation.html @@ -6,7 +6,7 @@ - +
    @@ -1253,7 +1253,7 @@ Based on AFNetworking library (

    © 2014 VK. All rights reserved. (Last updated: 2014-01-28)
    - Generated by
    appledoc 2.2 (build 961).

    + Generated by appledoc 2.2 (build 963).

    diff --git a/Classes/VKImageParameters.html b/Classes/VKImageParameters.html index e399923..97a0b85 100644 --- a/Classes/VKImageParameters.html +++ b/Classes/VKImageParameters.html @@ -6,7 +6,7 @@ - +
    @@ -490,7 +490,7 @@ diff --git a/Classes/VKLikes.html b/Classes/VKLikes.html index abd64bc..6ca43a7 100644 --- a/Classes/VKLikes.html +++ b/Classes/VKLikes.html @@ -6,7 +6,7 @@ - +
    @@ -125,7 +125,7 @@ diff --git a/Classes/VKOperation.html b/Classes/VKOperation.html index 4aca242..0e9ccc3 100644 --- a/Classes/VKOperation.html +++ b/Classes/VKOperation.html @@ -6,7 +6,7 @@ - +
    @@ -250,7 +250,7 @@ diff --git a/Classes/VKPhoto.html b/Classes/VKPhoto.html index a95bb83..0f6d2fd 100644 --- a/Classes/VKPhoto.html +++ b/Classes/VKPhoto.html @@ -6,7 +6,7 @@ - +
    @@ -31,7 +31,6 @@ - @@ -41,14 +40,6 @@ - - - - - - - - @@ -61,9 +52,6 @@ -
  • Tasks
      - -
  • @@ -73,15 +61,6 @@ -
  • Instance Methods
  • - -
    @@ -123,31 +102,6 @@ -
    - -

    Tasks

    - - - - - - - -
    @@ -157,105 +111,6 @@ -
    - -

    Instance Methods

    - -
    - -

    initWithDictionary:

    - - - -
    -

    Initialize object with API json dictionary. This method tries to set all known properties of current class from dictionare

    -
    - - - -
    - (id)initWithDictionary:(NSDictionary *)dict
    - - - -
    -

    Parameters

    - -
    -
    dict
    -

    API json dictionary

    -
    - -
    - - - -
    -

    Return Value

    -

    Initialized object

    -
    - - - - - - - - - - - -
    -

    Declared In

    - VKApiObject.h
    -
    - - -
    - -
    - -

    serialize

    - - - -
    -

    Serialize current object into dictionary

    -
    - - - -
    - (NSDictionary *)serialize
    - - - - - -
    -

    Return Value

    -

    Key-value dictionary, contains current object

    -
    - - - - - - - - - - - -
    -

    Declared In

    - VKApiObject.h
    -
    - - -
    - -
    - - @@ -270,7 +125,7 @@ diff --git a/Classes/VKPhotoArray.html b/Classes/VKPhotoArray.html index c8f4827..df731da 100644 --- a/Classes/VKPhotoArray.html +++ b/Classes/VKPhotoArray.html @@ -6,7 +6,7 @@ - +
    @@ -219,7 +219,7 @@ diff --git a/Classes/VKRequest.html b/Classes/VKRequest.html index 33037aa..8adf1d0 100644 --- a/Classes/VKRequest.html +++ b/Classes/VKRequest.html @@ -6,7 +6,7 @@ - +
    @@ -485,7 +485,7 @@ -
    @property (nonatomic, copy) void ( ^ ) ( VKError *error ) errorBlock
    +
    @property (nonatomic, copy) void ( ^ ) ( NSError *error ) errorBlock
    @@ -1126,7 +1126,7 @@ -
    - (void)executeAfter:(VKRequest *)request withResultBlock:(void ( ^ ) ( VKResponse *response ))completeBlock errorBlock:(void ( ^ ) ( VKError *error ))errorBlock
    +
    - (void)executeAfter:(VKRequest *)request withResultBlock:(void ( ^ ) ( VKResponse *response ))completeBlock errorBlock:(void ( ^ ) ( NSError *error ))errorBlock
    @@ -1182,7 +1182,7 @@ -
    - (void)executeWithResultBlock:(void ( ^ ) ( VKResponse *response ))completeBlock errorBlock:(void ( ^ ) ( VKError *error ))errorBlock
    +
    - (void)executeWithResultBlock:(void ( ^ ) ( VKResponse *response ))completeBlock errorBlock:(void ( ^ ) ( NSError *error ))errorBlock
    @@ -1352,7 +1352,7 @@ Used attempts will be set to 0.

    diff --git a/Classes/VKResponse.html b/Classes/VKResponse.html index f5bf30b..1d2964c 100644 --- a/Classes/VKResponse.html +++ b/Classes/VKResponse.html @@ -6,7 +6,7 @@ - +
    @@ -296,7 +296,7 @@ diff --git a/Classes/VKSdk.html b/Classes/VKSdk.html index cddb2db..0987611 100644 --- a/Classes/VKSdk.html +++ b/Classes/VKSdk.html @@ -6,7 +6,7 @@ - +
    @@ -967,7 +967,7 @@ Has no effect for logout in VK app

    diff --git a/Classes/VKUploadImage.html b/Classes/VKUploadImage.html index 0a59b13..bc6d669 100644 --- a/Classes/VKUploadImage.html +++ b/Classes/VKUploadImage.html @@ -6,7 +6,7 @@ - +
    @@ -329,7 +329,7 @@ diff --git a/Classes/VKUploadImageOperation.html b/Classes/VKUploadImageOperation.html index 0f082eb..017898d 100644 --- a/Classes/VKUploadImageOperation.html +++ b/Classes/VKUploadImageOperation.html @@ -6,7 +6,7 @@ - +
    @@ -206,7 +206,7 @@ diff --git a/Classes/VKUploadPhotoBase.html b/Classes/VKUploadPhotoBase.html index 433876a..f79d272 100644 --- a/Classes/VKUploadPhotoBase.html +++ b/Classes/VKUploadPhotoBase.html @@ -6,7 +6,7 @@ - +
    @@ -455,7 +455,7 @@ diff --git a/Classes/VKUploadPhotoRequest.html b/Classes/VKUploadPhotoRequest.html index 7032968..8637c3e 100644 --- a/Classes/VKUploadPhotoRequest.html +++ b/Classes/VKUploadPhotoRequest.html @@ -6,7 +6,7 @@ - +
    @@ -234,7 +234,7 @@ diff --git a/Classes/VKUploadWallPhotoRequest.html b/Classes/VKUploadWallPhotoRequest.html index e2fcdc6..0ab35df 100644 --- a/Classes/VKUploadWallPhotoRequest.html +++ b/Classes/VKUploadWallPhotoRequest.html @@ -6,7 +6,7 @@ - +
    @@ -234,7 +234,7 @@ diff --git a/Classes/VKUser.html b/Classes/VKUser.html index b5e3177..71732b5 100644 --- a/Classes/VKUser.html +++ b/Classes/VKUser.html @@ -6,7 +6,7 @@ - +
    @@ -31,7 +31,6 @@ - @@ -41,14 +40,6 @@ - - - - - - - - @@ -61,9 +52,6 @@ -
  • Tasks
      - -
  • @@ -73,15 +61,6 @@ -
  • Instance Methods
  • - -
    @@ -123,31 +102,6 @@ -
    - -

    Tasks

    - - - - - - - -
    @@ -157,105 +111,6 @@ -
    - -

    Instance Methods

    - -
    - -

    initWithDictionary:

    - - - -
    -

    Initialize object with API json dictionary. This method tries to set all known properties of current class from dictionare

    -
    - - - -
    - (id)initWithDictionary:(NSDictionary *)dict
    - - - -
    -

    Parameters

    - -
    -
    dict
    -

    API json dictionary

    -
    - -
    - - - -
    -

    Return Value

    -

    Initialized object

    -
    - - - - - - - - - - - -
    -

    Declared In

    - VKApiObject.h
    -
    - - -
    - -
    - -

    serialize

    - - - -
    -

    Serialize current object into dictionary

    -
    - - - -
    - (NSDictionary *)serialize
    - - - - - -
    -

    Return Value

    -

    Key-value dictionary, contains current object

    -
    - - - - - - - - - - - -
    -

    Declared In

    - VKApiObject.h
    -
    - - -
    - -
    - - @@ -270,7 +125,7 @@ diff --git a/Classes/VKUsersArray.html b/Classes/VKUsersArray.html index d145cd8..2fbb110 100644 --- a/Classes/VKUsersArray.html +++ b/Classes/VKUsersArray.html @@ -6,7 +6,7 @@ - +
    @@ -219,7 +219,7 @@ diff --git a/Classes/VKUtil.html b/Classes/VKUtil.html index 8f2da57..a02aaf7 100644 --- a/Classes/VKUtil.html +++ b/Classes/VKUtil.html @@ -6,7 +6,7 @@ - +
    @@ -219,7 +219,7 @@ diff --git a/Protocols/VKSdkDelegate.html b/Protocols/VKSdkDelegate.html index 190f856..81a4e19 100644 --- a/Protocols/VKSdkDelegate.html +++ b/Protocols/VKSdkDelegate.html @@ -6,7 +6,7 @@ - +
    @@ -496,7 +496,7 @@ After user answered current captcha, call answerCaptcha: method with user entere diff --git a/hierarchy.html b/hierarchy.html index 3f10347..3ac6a15 100644 --- a/hierarchy.html +++ b/hierarchy.html @@ -5,7 +5,7 @@ VK SDK Hierarchy - +
    @@ -175,6 +175,13 @@ +

    Category References

    + + @@ -186,7 +193,7 @@ diff --git a/index.html b/index.html index fb48c6a..e00803f 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ VK SDK Reference - +
    @@ -123,6 +123,13 @@ +

    Category References

    + + @@ -134,7 +141,7 @@