My app requires an image uploader which either takes an image from the user’s iphone photo library or directly from the camera.
My question: How can I add an ‘delete’ icon to the top left hand corner of the image (as seen in the screenshot below)?

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
1.You have to create a UIButton with the close image and position it at the top left corner of the image manually.
2.You can also create a UIImageView with the close image, adding a UITapGestureRecognizer to it, and position it at the top left corner.