dailymotion / dailymotion-swift-player-sdk-ios

Dailymotion Player SDK for iOS in Swift
MIT License
34 stars 15 forks source link

Example project | No user interaction #4

Closed Aximem closed 7 years ago

Aximem commented 7 years ago

I just download your example project. I am able to load video but there is no user interaction. I try to click on pause / fullscreen / share, nothing happens.

I'm facing the same problem in my project using your POD !

Since I can't click on buttons, they disappear, when I try to show them again (by many clicks), this is what happen :

capture d ecran 2017-01-25 a 11 32 00

The view is broken.

JanGorman commented 7 years ago

Hello @Aximem,

Does the console in Xcode show any kind of constraints breaking or other errors? This is very odd indeed as this is similar to code we use in production. Works on my machine™:

screen shot 2017-01-26 at 09 14 34 screen shot 2017-01-26 at 09 13 38

Aximem commented 7 years ago

I deleted pod then reinstall it (with pod install, not pod update like a previous issue said) and It works. Sorry for the loss of time. Thanks