Difference between ScrollviewdidScroll and didendDecelerating delegates?
Answer Posted / babu
scrollViewDidScroll: Tells the delegate when the user scrolls the content view within the receiver.
scrollViewDidEndDecelerating: Tells the delegate that the scroll view has ended decelerating the scrolling movement.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What performance issues can you face when using coredata?
Explain me what is polymorphism?
What is fast enumeration in iOS operating system?
What is the purpose of using ibaction and iboutlet?
is code completion is active by default in iphone development?
What are the features of ios?
How do you setup/initialise a core data stack in your application?
What does static analyser do?
What is closures in ios?
Explain the options and bars available in xcode 4.x workspace window in iOS operating system
Different types of persistent stores? Which all types can we have on ios?
What does 2x resolution mean?
What is the difference between retain & assign in iOS operating system?
What is difference between delegate and datasource in ios?
What is view object in iOS operating system?