Hello,
I am having a UITextView to display todays report. I have two buttons for going to next day and previous day.
I want to implement swipe gesture such that when the user swipes from left to right, i will display the next day and when swiped from right from left, i will show the previos day.
My problem is swipe gesture is working properly if done outside the UITextField but when i swipe on the UITextField, it is not working.
I see that UITextField implement UIResponder protocol so i believe swipe should work on UITextfield.
Any help?