-
Notifications
You must be signed in to change notification settings - Fork 101
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
Expose cellForItem
API
#71
Comments
@kishancm have you get any solution for this. I am so stuck with this . ? |
|
@veersr9 Have you find any solution for stop video player in background ?? |
Hi, there is no direct API access for this provided yet but you can just use: if let focussedCardIndex = cardSwiper.focussedCardIndex {
let card = cardSwiper.verticalCardSwiperView.cellForItem(at: IndexPath(row: focussedCardIndex, section: 0))
// Do something with the card
} because |
cellForItem
API
Currently I am using this repo for show and play video player in Cell and video is automatically play.
But problem is that when I am going to another tab video is still player on ExampleCell.I want to stop video player so how can I access cell outside CardForItemAt method and handle my issue ?
Thanks
The text was updated successfully, but these errors were encountered: