-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
3D Touch Peek and Pop #493
Comments
Hi @adavan2107 . Thanks for reporting this. It seems that Peek and Pop is an interesting feature. Will do some research about this:) |
Hi @WenchaoD Thanks for the response is there any update in peek and pop |
Hai @WenchaoD fixed the issue using following code thanks for awesome library guard let indexPath = Calendar.collectionView.indexPathForItem(at: location),let cell = Calendar.collectionView.cellForItem(at: indexPath) else { return nil }
|
In which file you have used this code ? |
How to enable 3D Touch Peek and Pop when i clicked single date in calendar thanks for the help advance.
The text was updated successfully, but these errors were encountered: