SkillAgentSearch skills...

VKActivity

VKActivity для UIActivityViewController

Install / Use

/learn @denivip/VKActivity
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

VKActivity

iOS 6 style photo sharing for VKontakte social network. It was initially developed for the PhotoSuerte app (there you might have a look on how it works) => http://photosuerte.com

The sample might be found here => TestViewController:

NSArray *items = @[[UIImage imageNamed:@"example.jpg"], @«Example», [NSURL URLWithString:@"https://www.youtube.com/watch?v=S59fDUZIuKY"]];
VKontakteActivity *vkontakteActivity = [[VKontakteActivity alloc] initWithParent:self];

UIActivityViewController *activityViewController = [[UIActivityViewController alloc]
                                                    initWithActivityItems:items
                                                    applicationActivities:@[vkontakteActivity]];

[self presentViewController:activityViewController animated:YES completion:nil];

Related Skills

View on GitHub
GitHub Stars16
CategoryDevelopment
Updated5y ago
Forks5

Languages

Objective-C

Security Score

75/100

Audited on Mar 9, 2021

No findings