Just out of curiousity, does this yield the same error?
Replace This
Code:
self.selectSlideView.imageView.image = [imageArray objectAtIndex:tmpInt];
with
Code:
[[[self selectSlideView] imageView] setImage:(UIImage *)[imageArray objectAtIndex:tmpInt]];