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

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -