-
hi @harish6989 ,
As we discussed in [issue thread](https://github.com/freshdesk/hotline-ios/issues/19). We cannot use ```Hotline.sharedInstance().showConversations()``` method.
Please, either don't…
-
> 首先很感谢作者的强大播放器!
问题:在使用的过程中,产品反馈视频加载速度慢,经过对比 `ZFPlayer`,确实存在此问题,对比效果如下视频所示,大视频区域是 `SJVideoPlayer`,小视频区域是 `ZFPlayer`,同时加载 `m3u8` 链接,`SJVideoPlayer` 会慢一些。
希望作者能看下如何解决该问题,感谢!
https://user-images…
-
Hi Hotline team, before I used embed controller to show conversations
`UIViewController *hotlineController = [[Hotline sharedInstance] getConversationsControllerForEmbed];
hotlineController.view…
-
Hi,
I encountered an issue when trying to implement this in my app.
The background view is the root view controller not the viewcontroller from where I started the action, and when I close the popup i…
-
ZFPlayerMediaPlayback.h中的 - (UIImage *)thumbnailImageAtCurrentTime;方法返回视频截图。但是某些播放器(VLC)返回当前帧的截图是异步的,没法使用此方法。
希望作者考虑将此方法改成Block返回截图。
-
I'm having trouble figuring out how to have my environment objects pass along to views presented modally with the `.present` `ViewTransition`. I am getting the following error: `Fatal error: No Observ…
-
I believe there's a regression from https://github.com/rickclephas/KMP-NativeCoroutines/pull/126. In my case I'm creating a Publisher from a SwiftUI View initialiser, like so:
```swift
struct Pres…
-
如题,在 Xcode10.1 中使用 swift3 的 pod 集成方式,podfile 中已添加如下内容
pod 'ZFPlayer', '~> 3.2.4'
pod 'ZFPlayer/ControlView', '~> 3.0'
pod 'ZFPlayer/AVPlayer', '~> 3.0'
安装完成后,可在 podfile 中找到 ZFAVPla…
-
It would be nice if there was some basic functionality that allowed us to dictate what a gesture does based on a given condition.
My reason for wanting this is to continue my quest to make my gest…
-
用的tableView抖音样式,在滑动的时候,发现视频只有声音,没有画面,我通过查看发现,controlView的图层都不见了,但是断点里能打印controlView的值,但是图层就是看不到controlView了,不知道有没有朋友遇到过这个问题,如果遇到,不知道这个该怎么解决