Question

I have a iCarousel view which contains list of UITableViewControllers as subview and they work fine. The only problem I have is when user touches the UITableview to move left or right they can't because the touches aren't passed to iCarousel Class because they are catch by UITableview.

How can I achieve the task that user has the flexibility to move/swipe between different UITableviews even when the touches start from a UITableView.

The functionality that I am implementing is pretty similar to
this and I have seen another example but couldn't find it much of an help.

Was it helpful?

Solution

Thanks to Nick Lockwood and the contributors...
They fixed the problem by October 21st. More details on what else has been fixed and added can be seen here on Github

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top