I am working on a calendar using UICollectionView
and would like to be able to select a range of cells/dates.
Is it possible to get all of the NSIndexPath
objects between two indexPath's, so that I can highlight the range?
I am working on a calendar using UICollectionView
and would like to be able to select a range of cells/dates.
Is it possible to get all of the NSIndexPath
objects between two indexPath's, so that I can highlight the range?
Copyright © 2021 Jogjafile Inc.
You can use the API: numberOfSections and numberOfItemsInSection to get the all index path range, so you just enum the two index path value, use the above data.