Hello,
I'm having a weird issue, I know it's a bit futile if I don't paste the code here, but I think it would be overkill.
What would cause a UIButton to stop working, ie :
- its IBAction doesn't respond anymore
- the highlighted state doesn't respond anymore
This button belongs to a Scrollview that I'm moving up after this particular button is pressed, problem is : it only doesn't it does it once, then doesn't respond anymore ..
Any classic example of that ?