I am facing a weird issue, scenario is I am working some other's code and there is viewController for profile and there are textfields in viewController.. Let me explain briefly the hierarchy of viewController
View -UIScrollView -TextFields (A lot of) -UIButtons
Issue is when I drag finger on UITextfield the scrollView do not scroll and if I drag other then Textfields view or empty view and even on UItextView the scroll works.
More I have created a new project in Xcode 7.3 and copy scrollView from the actual project I am working to new Project and enabled the property DelaysContent in ScrollView and it's working perfectly even if I dragged on textfield view..
Can someone help me regarding this what should I do.?