You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am trying to set scrollview delegates on a FlowCollectionDirector, folowing the readme. I can get only to the scrollEvents property but when i try to acces any of it's delegates i get an error like this : 'didScroll' is inaccessible due to 'internal' protection level.
I think the problem is that for ScrollViewEventsHandler properties there is no public access modifier and the default is internal. If this is the desired behavior, can you please explain how can we set those delegates?
Ty for this great library! It's really helpfull
The text was updated successfully, but these errors were encountered:
I'm having this issue too. IMHO the members of ScrollViewEventsHandler should be public, otherwise I don't see any reason for them to exist. This is a real blocker for me right now :(
malcommac
changed the title
can't set any scroll delegate
ScrollViewEventsHandler is not public and can't be accessed to listen scroll events
Sep 15, 2019
Hi, I am trying to set scrollview delegates on a FlowCollectionDirector, folowing the readme. I can get only to the scrollEvents property but when i try to acces any of it's delegates i get an error like this : 'didScroll' is inaccessible due to 'internal' protection level.
I think the problem is that for ScrollViewEventsHandler properties there is no public access modifier and the default is internal. If this is the desired behavior, can you please explain how can we set those delegates?
Ty for this great library! It's really helpfull
The text was updated successfully, but these errors were encountered: