ios - To get images from device and show images in uicollectionview -
i have images device these links mutiselectimagepicker
i have tried both links , works good. when click on done button path looks this
<uiimage: 0x7fca78772510>, {485, 303} but how can selected images collection view , how can print selected images paths...
what printing description of uiimage object, contains address of memory image resides , size.
uiimages don't have path because object created in heap memory, can created file doesn't bring information. once have uiimage instance can pass image property of uiimageview, not path needed.
Comments
Post a Comment