ios - share text and image using QLPreviewController -


i have implemented qlpreviewcontroller social sharing i.e. what's app, facebook etc. working great whenever send particular image or text. requirement send image , text simultaneously 1 click. , didn't find method send both @ once. following method 1 data can shared either text or image.

qlpreviewcontroller *previewcontroller = [[qlpreviewcontroller alloc] init]; previewcontroller.datasource = self; previewcontroller.delegate = self; previewcontroller.currentpreviewitemindex = indexpath.row; [[self navigationcontroller] pushviewcontroller:previewcontroller animated:yes]; 

if use uiactivityviewcontroller doesn't allow user share content what's app.

please upon issue, if has solution, please share me.

thanks!


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -