Hi,
I have a UIButton, that's created outside of the screen on a UIView. By the touch of another button, the UIView scrolls up and the original button moves into the view. The problem is that the button is not touchable. I think Cocoa Touch optimizes buttons that are off screen, but how can i disable this behaviour?