Github user xuyouyang commented on a diff in the pull request: https://github.com/apache/incubator-weex/pull/1051#discussion_r173046770 --- Diff: ios/sdk/WeexSDK/Sources/Component/WXVideoComponent.m --- @@ -85,6 +89,13 @@ - (id)init } [self addSubview:_playerViewController.view]; + + _posterImageView = [[UIImageView alloc] init]; --- End diff -- good ideal! I will modify this later.
---