Post multiple images using SLComposeViewController on Facebook/ Twitter?
问题 I am an iOS developer and I am currently using SLComposeViewController to share a post on Facebook/Twitter. My issue is that I have to post multiple images in a single post. I have done this as follows: SLComposeViewController* mySLComposerSheet = [SLComposeViewController composeViewControllerForServiceType:SLServiceTypeTwitter]; [mySLComposerSheet setInitialText:textTobeShared]; mySLComposerSheet addURL:[NSURL URLWithString:@"http://click-labs.com/"]]; for(int count=0;count<imageArray.count