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
I've managed it using custom xib under this delegate func dequeueCell<T>(parameter: CellParameter, type: CalendarType, view: T, indexPath: IndexPath) -> KVKCalendarCellProtocol? where T: UIScrollView.
I've another requirement of scroll to an event vertically.
I managed to scroll to a particular date but did not find any method to scroll to a particular event under a specific date.
Please let me know how can i achieve this feature
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to create custom headers.
I've used this method from the datasource but it does not seems affecting the UI.
func dequeueHeader<T>(date: Date?, type: CalendarType, view: T, indexPath: IndexPath) -> KVKCalendarHeaderProtocol? where T : UIScrollView
Beta Was this translation helpful? Give feedback.
All reactions