ios - UIActivityViewController - ordering of multiple images -


i want share nsstring containing text , 2 uiimages using uiactivityviewcontroller. tried have image newpng followed image img img appears before newpng when share.

uiactivityviewcontroller *activityvc = [[uiactivityviewcontroller alloc] initwithactivityitems:[nsarray arraywithobjects:  newpng, img, text,  nil] applicationactivities:nil]; 

i tried different ordering in array ordering of images when share via mail not change.

does have sizes of images or there alternative way specify order of images.


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -