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
Why is iboutlet weak?
What is difference between atomic and nonatomic in ios?
What persistent storage used in mobile apps - ios?
Explain the difference between coredata & sqlite?
Explain the difference between frame and bounds?
Explain the application lifecycle in ios?
What is the biggest change with ios 7?
Describe the functionality of accelerometer of an iphone ?
What is iphone architecture?
what are the new features in Xcode 6?
Is uikit thread safe?
What is strong weak in ios?
What is the extension of ios files?
What is the purpose of reuseidentifier? What is the benefit of setting it to a non-nil value?
What is queue in ios?