I’m having trouble adding an image in xCode 4.2. When I’m inserting an UIimageview into the ViewController by dragging it from my desktop, it won’t work.
Is there any other possible ways to add an image?
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.
You can’t add image from desktop to
UIimageView, you only can add image (dragging) into project folders and then select the name image intoUIimageViewproperties (inspector).Tutorial on how to do that: http://conecode.com/news/2011/06/ios-tutorial-creating-an-image-view-uiimageview/