waynezxcv / Gallop

A framework for build smooth asynchronous iOS APP.
MIT License
746 stars 161 forks source link

怎么实现朋友圈播放小视频呢? #51

Open 2240054474 opened 7 years ago

2240054474 commented 7 years ago

怎么实现朋友圈播放小视频呢?可以类似于这样吗? LWHTMLDisplayView* htmlView = [[LWHTMLDisplayView alloc] initWithFrame:self.view.bounds]; htmlView.parentVC = self; htmlView.displayDelegate = self; [self.view addSubview:htmlView];