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

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

javascript - jquery or ashx not working -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -