Quote:
Originally Posted by Bovn
This works for me:
Code:
mySlider.hidden = YES;
|
This does work in the sense that the slider is hidden. The reason I was setting the alpha is so when the user touches a "find" button the slider (and a couple of other objects) gradually come into view. Works well except for the slider.
Note that when the find is done, the objects and slider have their alphas set back to zero, and that works fine. It's only when first showing the view that the problem occurs.