nathantannar4 / Transmission

Bridges UIKit presentation APIs to a SwiftUI API so you can use presentation controllers, interactive transitions and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ambiguous use of .hidden

otymartin opened this issue · comments

commented

Compiler complains about HiddenModifier conflicting with native SwiftUI .hidden modifier.

I cannot reproduce this error. While both exist, the extension for HiddenModifier has a required Bool parameter whereas SwiftUI's hidden() does not. So there shouldn't be a conflict.