tags:

views:

258

answers:

1

Hello all

you guys probably encountered this type of problem. i added a scrollview to one of my views inside that scrollview i add subview of UIimage i also added a subview of Toolbar. The toolbar shows up fine. I have the touches methods so when the user touches any object it hides the toolbar, the problem is when i touch the screen no action happens it does not detect anything touch i did enable user interaction and multiple touches on all views. when i make the toolbar a sub view of a view when i touch the toolbar its self the touch is recognized but not when i touch the scroll view with UIimage.

A: 

hey for this , you have to use subclassing . Inheritance funda will come into picture. try it you will find it on google.

saurabh