Quote:
Originally Posted by scotopia
I may have typoed. There definitely is a method like that for UIImage. Highlight the phrase UIImage in xCode and open research assistant; then click on "view class notes" or whatever it says and look through the class methods for one similar to what I wrote; it definitely exists.
I'm not sitting in front of my mac so I probably missed a bracket or typoed a word.
|
I think you were missing a bracket here and there (in case anyone else is playing along at home

)
Code:
[UIImage imageWithContentsOfFile:[[NSBundle mainBundle] pathForResource:@"Default" ofType:@"png"]];