Skip to content

Commit f8947f9

Browse files
Update README.md
1 parent 36f14c3 commit f8947f9

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

README.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,31 @@ playerView.initPlayer(Constants.API_KEY, videoId, "https://cdn.rawgit.com/flipka
7676

7777
````
7878

79-
# youtube-react-native
79+
# youtube-ios
8080

81-
To be updated soon.
81+
This pod is a modification of the youtube-ios-helper provided by youtube. Modifications include
8282

83-
# youtube-ios
83+
* Migration to WkWebView from the older UIWebView.
84+
* Adding support for custom html urls. Earlier we could only use the html in the resource bundle
85+
* Adding parameter for deciding whether to play the videos inline or fullscreen.
86+
* Adding error callback for when network is offline after iframeAPI has been loaded.
87+
88+
## Demo Gif
89+
90+
![YouTube iOS](https://github.com/flipkart-incubator/inline-youtube-view/blob/master/youtube-view-ios.gif)
91+
92+
## Installation
93+
94+
InlineYoutubeView is available through [CocoaPods](http://cocoapods.org). To install it, simply add the following line to your Podfile:
95+
96+
```ruby
97+
pod 'InlineYoutubeView'
98+
```
99+
## How to use ?
100+
101+
Refer to [iOS README](https://github.com/flipkart-incubator/inline-youtube-view/edit/ios/youtube-ios/README.md)
102+
103+
# youtube-react-native
84104

85105
To be updated soon.
86106

0 commit comments

Comments
 (0)