UIButton highlighting with A Ghost Glow!
Hi everyone,
i've got some UIButtons I'm using to drop views in and out. I'm using a glow via [myButton setShowsTouchWhenHighlighted:YES]; in ViewDidLoad and it works pretty well. One small thing though. The first time it loads, the buttons not only highlight in the wrong place (from buttons I've deleted from the view long ago!) but the glow itself doesn't work for that first time load. Afterwards, it works just fine.
Anyone know what's going on? Do I need to set this in a different way?
AsUWish
|