ShadyElyaski / ios-filter-control

An iOS Filter UIControl Subclass. Zero Graphics. Highly Customizable.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use with UiPageControl

kumararun540 opened this issue · comments

Hi,

I need to add the filters with the UIpageviewController, Tap is working fine but when i am trying to swipe to change the filter pageviewController scrolling.

Any suggestion to fix this ?

only if method from UIGestureRecognizerDelegate could work

- (BOOL)gestureRecognizer:(UIGestureRecognizer *)gestureRecognizer shouldRecognizeSimultaneouslyWithGestureRecognizer:(UIGestureRecognizer *)otherGestureRecognizer {
    //check if it swipe Gr and page swipe and return NO, 
    //else
    return YES;
}