문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top