Kuba Szulaczkowski

Results 2 issues of Kuba Szulaczkowski

In the Demo App, an AsyncButton calls ``` swift Twift.Authentication().authenticateUser(clientId: String, redirectUri: URL, scope: Set, presentationContextProvider: ASWebAuthenticationPresentationContextProviding? = nil ) async throws -> OAuth2User ``` when pressed, which results in...

**SVG render** **SwiftUI render** **SVG** ```svg ``` **SwiftUI** ```swift struct MyCustomShape: Shape { func path(in rect: CGRect) -> Path { var path = Path() let width = rect.size.width let height...