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
how do i collapse and open the calander on scroll up and down? like your example in the gifs
Edit*
i found out it was just setting (calendar.scopeGesture.enabled = true) , but it doesnt work with the new version, you have to set it to ( calendar.showsScopeHandle = true) , but i want it to work work the same without showing the handle
The text was updated successfully, but these errors were encountered:
im looking at that example. its the ScopeHandleViewController class, and it uses
calendar.scopeGesture.enabled = YES;
but it doesn't work in your new version
how do i collapse and open the calander on scroll up and down? like your example in the gifs
Edit*
i found out it was just setting (calendar.scopeGesture.enabled = true) , but it doesnt work with the new version, you have to set it to ( calendar.showsScopeHandle = true) , but i want it to work work the same without showing the handle
The text was updated successfully, but these errors were encountered: