So I am coding in Xcode 5 and I am working on a project that allows people to save an image that is displayed on the image view. I typed in this code...
[starImageView initWithImage:[UIImage imageNamed:@"star.jpg"]];
And then this error/warning came up...
"Expression result unused"
If you have ANY other questions about my project, let me know!
ALL answers are GREATLY appreciated!!!
Thanks!
Eric