Moved UIButton not responding to touches
Hi all,
I have UIView with a bunch of buttons. When one of the buttons is clicked, the whole UIView slides up off the screen, leaving one button visible. The idea is when you click this button, the whole UIView slides back into place.
Step 1 of drawing and animating the UIView (using [self setFrame:newRect]) works fine.
Step 2 of being able to respond to touches on the remaining visible button fails.
It's almost like moving a UIButton doesn't necessary mean it's touch/capture/hit area doesn't move with it. (It doesn't seem to register touches in the place where it originated either, so I'm a bit lost)
Has anyone else hit this issue?
Cheers,
Coulls
|