ios UIScrollview pass scroll event to superview -


i have uiview, , uiview can detect pan gesture move uiview left. add scrollview uiview, , scrollview can move left , right(scroll's method), in scrollview view, add uitableview can scroll , down , uitablecell can detect uitapgesture. if not use uiscrollview, when scroll tableview left(the tableview can not scroll left), uiview can detect pan gesture , move left, if use uiscrollview, when scroll tableview ,the move event detected uiscrollview , can not pass it's superview ,the uiview. how can pass move event uiview if uiscrollview can not scroll because it's contentoffset.x == 0 , can not scroll left, uiview can detect pan gesture , move left. thank you!


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -