I'm new to Obj C and iOS environment, what I don't understand here is that, what are _menuView,menuFrame and their relation to _menuHeaderView. I just have 2 UIimageViews, view1 which is subview of view2 which in turn is subview of self.view and I want to pan view1 on view2. I'm not able to relate the views mentioned in the example above to my views properly. Any help is appreciated.
I'm new to Obj C and iOS environment, what I don't understand here is that, what are _menuView,menuFrame and their relation to _menuHeaderView. I just have 2 UIimageViews, view1 which is subview of view2 which in turn is subview of self.view and I want to pan view1 on view2. I'm not able to relate the views mentioned in the example above to my views properly. Any help is appreciated.
Thanks in advance.