Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Delegate] implement additional highlight APIs #95

Open
jessesquires opened this issue May 24, 2024 · 1 comment
Open

[Delegate] implement additional highlight APIs #95

jessesquires opened this issue May 24, 2024 · 1 comment

Comments

@jessesquires
Copy link
Owner

jessesquires commented May 24, 2024

Docs: https://developer.apple.com/documentation/uikit/uicollectionviewdelegate#1656670

func collectionView(UICollectionView, didHighlightItemAt: IndexPath)
Tells the delegate that the item at the specified index path was highlighted.

func collectionView(UICollectionView, didUnhighlightItemAt: IndexPath)
Tells the delegate that the highlight was removed from the item at the specified index path.

@jessesquires
Copy link
Owner Author

Hey @nuomi1

Just in case you wanted to keep working after #121, this would be a great one to do next. 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant