I’m trying to create an application in interface builder, and I’m having a problem. What I want is to create a screen with an image, together with a sectionIndexTitlesForTableView bar.
When the sectionIndexTitlesForTableView bar is touched, I want the image to disappear (and never reappear again), and to jump directly to the selected section of a contact list.
Can anyone give a hint about the best way to have both the bar and the view associated with the image at the same time on screen, and the way to make the image disappear.
Any suggestion is welcome.
Best regards,
Camilo
You can hide the image like this
myImageView.hidden = YES;