Re: UIButton action no more working with iPhone SDK 2.0
Make sure to enable user interaction for your view, either in IB or explicitly. Programmatically created UI and UIImage views default to no user interaction.
// enable interaction, the default is no interaction
self.view.userInteractionEnabled = YES;
__________________
"Hardware will break. Software comes broken" Unknown
Calc-12E <-- ditch your old calculator.
CPR•Choking <-- Review your training, just in case. (Free)
All of Nature NW <-- scrolls in x and y, with pinch zoom AND scrollable text to boot. It can be done ('taint easy tho)
|