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
Can you explain ios design patterns?
How is retain different from assign?
Difference between cocoa, cocoa touch and objective c?
Define decoding or deserialization and encoding or serialization?
Differentiate between ‘assign’ and ‘retain’ keyword.
Explain the usage of struct?
Can you please explain the difference between frame and bounds?
Is ios written in c?
What does @dynamic mean?
What is difference between delegate and datasource in ios?
What is the short cut to open the “Code Snippet Library” in Xcode?
What is nslayoutanchor?
What is meaning of 'copy' keyword?
Explain differences between foundation and corefoundation
What is urlsession?