stoncle / ZOWVideoPlayer

provide a light-weight video player in iOS. Play video from web with one line of code! Also provide convenient video cache to support offline play! See Instagram Video Example inside!
17 stars 6 forks source link

Not working with UICollectionViewCell. #2

Open aniliosdev opened 7 years ago

aniliosdev commented 7 years ago

Hey,

I try to add InstagramVideoView to UICollectionViewCell. But It's not working well. Just showing progress not play video. Anyone can help me on this?

Thanks.

jaskiratSeraphic commented 7 years ago

@aniliosdev I am also suffer from this problem but it also hang the view while loading the cache video

dineshguptha commented 7 years ago

Hello guys even I faced the same issue and the problem with isVideoViewAvailable bool value in zowvideoplayer class so I made it forcefully return yes .so now its working fine without any issues.

pkc456 commented 7 years ago

I am also facing the same issue. Swift3

pawankmrai commented 7 years ago

I have successfully implemented following problem in on of my current project and posted a detail answer on how to implement it on Stackoverflow. Let me know if anyone of you needs help on it.