DateScrollPicker icon indicating copy to clipboard operation
DateScrollPicker copied to clipboard

Fully customizable date scroll view with picker feature for iOS written in Swift 5

Results 8 DateScrollPicker issues
Sort by recently updated
recently updated
newest added

Please provide options to install the library through Swift Package Manager.

Added SwiftPM support beside Cocoapods

How do I change the selected color to none when the app first runs and I use the goToToday() function? But keep the color selected when the user taps a...

Just like the title says, I just want to set any holiday date with some different color, is there any way to do that?

Thanks for this great library Is there any plan to support minimum and maximum dates as in the default date picker?. To prevent user from selecteding date in the past...

Tried many ways including copying down your code on my project. Error always happened at dateScrollPicker.format = format.

Month first date might be overlapped by month name cell , I checked in physical device iPhoneX and in simulator - iPhone 11 Pro

private func setupView() { // adding this line in DateScrollPicker fixed the error collectionView.semanticContentAttribute = .forceLeftToRight // backgroundColor = .clear manager.format = format }