VKShareDialogController Class Reference
| Inherits from | UIViewController |
|---|---|
| Declared in | VKShareDialogController.h VKShareDialogController.m |
uploadImages
Array of prepared VKUploadImage objects for upload and share. User can remove any attachment
@property (nonatomic, strong) NSArray *uploadImagesDiscussion
Array of prepared VKUploadImage objects for upload and share. User can remove any attachment
Declared In
VKShareDialogController.h
vkImages
Photos already uploaded to VK. That is array of photos ids: @[ownerid_photoid, …];
@property (nonatomic, strong) NSArray *vkImagesDiscussion
Photos already uploaded to VK. That is array of photos ids: @[ownerid_photoid, …];
Declared In
VKShareDialogController.h
shareLink
Links attachment for new post
@property (nonatomic, strong) VKShareLink *shareLinkDiscussion
Links attachment for new post
Declared In
VKShareDialogController.h
text
Text to share. User can change it
@property (nonatomic, copy) NSString *textDiscussion
Text to share. User can change it
Declared In
VKShareDialogController.h
requestedScope
Put only needed scopes into that array. By default equals @[VK_PER_WALL,VK_PER_PHOTOS]
@property (nonatomic, strong) NSArray *requestedScopeDiscussion
Put only needed scopes into that array. By default equals @[VK_PER_WALL,VK_PER_PHOTOS]
Declared In
VKShareDialogController.h
completionHandler
You can receive information about sharing state
@property (nonatomic, copy) void ( ^ ) ( VKShareDialogController *dialog , VKShareDialogControllerResult result ) completionHandlerDiscussion
You can receive information about sharing state
Declared In
VKShareDialogController.h
dismissAutomatically
Flag meaning the share viewcontroller manage it’s presentation state by itself
@property (nonatomic, assign) BOOL dismissAutomaticallyDiscussion
Flag meaning the share viewcontroller manage it’s presentation state by itself
Declared In
VKShareDialogController.h
postId
Contains post id created via share dialog. Example string: 123_4567890
@property (nonatomic, readonly, copy) NSString *postIdDiscussion
Contains post id created via share dialog. Example string: 123_4567890
Declared In
VKShareDialogController.h