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
Post a Comment