ios - Stop custom collection view section at needed position -


i have problem shifting section of collection view. using csstickyheaderflowlayout

so see calculation here:

- (void)updateheaderattributes:(uicollectionviewlayoutattributes *)attributes lastcellattributes:(uicollectionviewlayoutattributes *)lastcellattributes 

my section starting @ middle of screen , need know when has origin.y = 64pt should stop moving top.

the problem don't know how current y position of section.


Comments

Popular posts from this blog

angularjs - Showing an empty as first option in select tag -

python - argument 2 to map() must support iteration -

javafx - How to wait cancellation of task after Service#cancel? -