jsd,
You were spot on! Looks like this has resolved the issue. Once again, apologies for the delay in replying, but haven't had a chance to devote time to the iPhone app.
Thanks, and best Regards.
Quote:
Originally Posted by jsd
is selectSlideView.imageView loaded from a nib? if so, that's the problem. the view isn't loaded the first time through.
try putting
[selectSlideView view];
before setting the imageview to force the nib loading to happen.
|