Skip to content

youtubeのライブラリを差し替え#137

Merged
chigichan24 merged 4 commits intodevelopmentfrom
134-replace-youtube
Jun 3, 2018
Merged

youtubeのライブラリを差し替え#137
chigichan24 merged 4 commits intodevelopmentfrom
134-replace-youtube

Conversation

@mori-atsushi
Copy link
Copy Markdown
Collaborator

close #134

これで、一部iOSでは再生できなかった動画が再生されるようになりました。
細かいバグが残ってるかもしれないので、若干見てくれると幸いです。

func playerStateChanged(_ videoPlayer: YouTubePlayerView, playerState: YouTubePlayerState) {
if(playerState == .Ended) {
func playerView(_ playerView: YTPlayerView, didChangeTo state: YTPlayerState) {
if(state == .ended) {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[SwiftLint]

if,for,while,do statements shouldn't wrap their conditionals in parentheses.

Copy link
Copy Markdown
Member

@chigichan24 chigichan24 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

動くし検索できるしいいんじゃね?

@chigichan24 chigichan24 merged commit 4d6b42f into development Jun 3, 2018
@chigichan24 chigichan24 deleted the 134-replace-youtube branch June 3, 2018 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants