I have a container view controller with pan gesture to use swipe left and right . while swipe right, i am bringing another view from right side.
But, in the home screen I have a custom dial control. the dial control will rotate to select an option.
Now, the problem is : if i am not using the pan gesture to identify the left and right swipe of the screen - my custom dial control works well, i can able to rotate it by finger.
if i am using pan gesture to identify the swipe on my screen - It blocks the custom control's rotation.
can any one help me out on this?
thanks, bala.