Post

Replies

Boosts

Views

Activity

How to make a view
UserApi.shared.loginWithKakaoAccount(prompts: [.Login]) {(oauthToken, error) in                         if let error = error {                             print(error)                         } else {                             print("LoginSuccee")                                 MainView()                             _ = oauthToken                         }                     } I want to switch the view when I succeed Is there a way?
1
0
380
Jun ’22
Is it possible to communicate with the PN532 module on swiftUI?
I want to export data using NFC write function in SwiftUI, but the module doesn't recognize it
Replies
0
Boosts
0
Views
557
Activity
May ’23
How to make a view
UserApi.shared.loginWithKakaoAccount(prompts: [.Login]) {(oauthToken, error) in                         if let error = error {                             print(error)                         } else {                             print("LoginSuccee")                                 MainView()                             _ = oauthToken                         }                     } I want to switch the view when I succeed Is there a way?
Replies
1
Boosts
0
Views
380
Activity
Jun ’22