Tema Snow

Results 18 comments of Tema Snow

Same problem. Nothing mentioned earlier did not help.

I can confirm, @wojciech-kulik's solution works fine. Here is swift version: ``` func path() -> UIBezierPath { ... let linePath = UIBezierPath() guard graphPoints.count > 0 else { return }...

Yeah, please update :)

@Sethi1998 I decided to switch to another library

A lot of crashes only on iOS 16 in this library. Looks like Apple broke something in iOS16.

> @snowtema Have you solved it? 😂 Yes @jiangdi0924, I switched to [ModernAVPlayer](https://github.com/noreasonprojects/ModernAVPlayer), which works fine 😂

FYI, @jiangdi0924 @Sethi1998, [ModernAVPlayer](https://github.com/noreasonprojects/ModernAVPlayer) doesn't have a queue functionality from the box. UPD: also it's unable to set custom HTTP headers for remote audio

@freak4pc Yes, I used both forms but it also didn't work for my case. I have a countdown timer observable and when I clicked on the button to pause observable...

So, what are the most cases for these operators than if it can't pause the initial stream? I agree with you, we need community help.