I am trying to assign a placeholderimage in my UIImageView
but am getting this error
No visible @interface for 'UIImage' declares the selector 'placeholderImage:'
This is how I thought I might be able to do it... obviously wrong but anyway this is what the code looks like.
firstSpaceImageView.image = [[UIImage imageNamed:@"CA.png"] placeholderImage:[UIImage imageNamed:@"placeholder.png"]];
any help would be greatly appreciated.