I have three view added to a scroll view, also i have added horizontal swipe in scroll view but I need to call a web service for each swipe, can any one help which scroll view method is used for calling the web service for horizontal swiping.
            Asked
            
        
        
            Active
            
        
            Viewed 58 times
        
    1 Answers
1
            
            
        The scrollView delegate method for scrolling is scrollViewDidScroll(_:) - Documentation
For finding the direction of scroll (in case you have multiple) you can check out this answer:
 
    
    
        Community
        
- 1
- 1
 
    
    
        Dejan Skledar
        
- 11,280
- 7
- 44
- 70
