Hi,
I am a newbie to sdk. I am creating an app which has a custom navigation bar being put inside a scrollView. The navigation bar is generated by overriding the drawRect method of UIView class. The navigation bar has other items which are not part of the scroll view. Now the problem is the items inside the navigation bar which falls inside the scroll view is not responding to any of the touch events. The hierarchy of the app is as follows the mainView--> Navigation Strip(Which is a subclass of UIView)-->ScrollView inside the Navigation Strip.
Thanks in advance,
Tony
I am a newbie to sdk. I am creating an app which has a custom navigation bar being put inside a scrollView. The navigation bar is generated by overriding the drawRect method of UIView class. The navigation bar has other items which are not part of the scroll view. Now the problem is the items inside the navigation bar which falls inside the scroll view is not responding to any of the touch events. The hierarchy of the app is as follows the mainView--> Navigation Strip(Which is a subclass of UIView)-->ScrollView inside the Navigation Strip.
Thanks in advance,
Tony