@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 .
@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 .