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

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

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