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
When I select an index by pressing on the element the line will move but all selected item stuff (like currentSelectedCenterColor) stay on the first index. Only setting index programmatically works but it causes "willSelectItemAtIndex" to trigger so I cannot use it in "willSelectItemAtIndex"
The text was updated successfully, but these errors were encountered:
Also I am using this with paged UIScrollView and I want to trigger progress bar change (by setting currentIndex) when I manually scroll to next page but that causes "willSelectItemAtIndex" to trigger and that is unwanted (since it contains scrollToPage function)
When I select an index by pressing on the element the line will move but all selected item stuff (like currentSelectedCenterColor) stay on the first index. Only setting index programmatically works but it causes "willSelectItemAtIndex" to trigger so I cannot use it in "willSelectItemAtIndex"
The text was updated successfully, but these errors were encountered: