I assume my problem is an easy one but currently I have some difficulties. I want to use a ViewOne as touch-input view - for example an UIImageView and another view that will handle and use all those touch events. Could be an UIWebView View1 = touchInputView View2 = TouchHandlingView
Can't I just say something like View1.touchDelegate = View2