I can’t understand why my TableView is still showing the old image I used despite I remove it from my code and group file…Any idea why ? I already made “Reset” in ios simulator and I saw no changes.
Stephane
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.
Try a “Clean” (Command+Shift+K) on your project, then build again. Without Cleaning, deleted or replaced files can stay in your build directory and keep showing up. This has happened to me in the past.
If that doesn’t resolve the issue, try Cleaning, then deleting the app from the Simulator, then quitting then Simulator, THEN building again.
If THAT doesn’t resolve the issue I may need to see more code to help.