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
As of now, user must tap a cell in order to trigger didSelectItemAtIndexPath. Is there a way to select the center cell once the scrolling ended automatically?
The text was updated successfully, but these errors were encountered:
Take a look to the example app: if you implement the scrollViewDidEndDecelerating method of UIScrollViewDelegate you could calculate the number of item/page and therefore, get the cell using it as index.
As of now, user must tap a cell in order to trigger didSelectItemAtIndexPath. Is there a way to select the center cell once the scrolling ended automatically?
The text was updated successfully, but these errors were encountered: