Uğur Bozkurt

Results 15 comments of Uğur Bozkurt

you should call removeTap before install. Give it a try. InputSignalTracker.swift ``` func start() throws { ... inputNode.removeTap(onBus: bus) let format = inputNode.outputFormat(forBus: bus) inputNode.installTap(onBus: bus, bufferSize: bufferSize, format: format)...

See the fix here: https://github.com/piemonte/Player/pull/245

There is no support for auto height content. I will check it out when i have time. But you can set sheet size programmatically. So all you need to do...

It is out of the scope of this project. But it is highly customizable. So you can add it easily.

> Anything is highly customizable Do you really think it is? You are confusing customizing the core library and customizing usage of it. > But if you're going to offer...

Yeah it suits to the example best in my opinion. I will consider adding it. Thanks for you suggestion.

@rocketnik That's correct. Also /// dragging up, down comments are misleading and should be removed.

@philipholler SwiftUI has a ".sheet" extension which works great. You don't need to rely on any 3rd party sheet lib in SwiftUI. Please see the official doc: https://developer.apple.com/documentation/SwiftUI/AnyView/sheet(isPresented:onDismiss:content:)

Ah ok. I will look into this thoroughly.