Home:ALL Converter>I want to pass touch event for a transparent custom cell to its parent view (which is a pageview controller)?

I want to pass touch event for a transparent custom cell to its parent view (which is a pageview controller)?

Ask Time:2015-12-09T14:50:24         Author:KARTHIK.SETTY

Json Formatter

I'm trying for this solution from many days, I have a scenario where I want to pass touch even (Swiping for page view controller) of my first custom cell to the parent view which is a page view controller. Here my first cell in the table view is a transparent cell. It is not visible instead of we can see the background view which is a super class of table view controller and it is a page view controller. So here I want to pass the touch event which should be swiping for page view controller. And all the remaining cells are not transparent. Here I'm sending the image so that you can understand. easily. So help me out in passing the swipe/touch to my page view controller Basic Look with transparent cell on top So in that transparent cell area we can see the super view of table view controller which is a page view controller.requirement As you can see left side is the basic look, and in that you can see the page view controller, and then the right side image is when we scroll the cells it will look like this. So now you can understand clearly the height of table view and my requirement too. So how to pass touch/ swipe event to the page view controller when we select transparent cell(indexpath.row ==0 first cell) I tried the solution that given but no use..

Author:KARTHIK.SETTY,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/34172423/i-want-to-pass-touch-event-for-a-transparent-custom-cell-to-its-parent-view-whi
yy