miraan / CalendarDateRangePickerViewController

A calendar date range picker view controller in Swift for iOS.
MIT License
139 stars 79 forks source link

Horizontal scrolling #26

Open sakkiv opened 4 years ago

sakkiv commented 4 years ago

@thanks for such nice calender , Actually I face a issue when i do let layout = UICollectionViewFlowLayout() layout.scrollDirection = .horizontal self.collectionView!.collectionViewLayout = layout

for your calender collectionView it changes the frontend for the user (row/column) please give some update on this , how to do horizontal scrolling in this calender , thank's .