Today, when I was writing a project, I met a maddening thing.
As the title shows, this method is used to get round and round.
-(void) Scrollviewdidendscrollinganimation: Is the method in the protocol.
This means that it is called when the animation ends.
Animation? Why do you have animations?
Setcontentoffset:animated:-This method is animated
According to the usual habit after animated I set the No
This setting doesn't matter.
Completely shattered my heart, when I debug the bug didn't think back to the bug here.
The reason I found this is because I found in-(void) Scrollviewdidendscrollinganimation: The break point didn't stop. It's easy to think of no animations. It was then thought that animated was set to No.
Therefore, you must be careful when using the agent. Think about it more.
Look at my own warning.
IOS Miscellaneous Pen -16 (-(void) Scrollviewdidendscrollinganimation: Method Use note)