I have been trying to implement SIRI UI. SIRI intent sends image as inimage to Intent UI however, it appear there is no api available to display the content of Inimage
I applied to convert using
contactImageView = (uiimage*)Intent.payee.image
with above one I am getting exceptions invalid selector sent. Does anyone know how to supply how to supply INImage to uiimageview ?
Thank you for your precious time.