Post

Replies

Boosts

Views

Activity

Comment on Swift how to add password to the `Passwords App`
Thank you for your answer. I was under the impression that all Keychain passwords are added to the "Passwords App" automatically. I guess this only happens just once in a lifetime. Does it means that if I delete a password in the "Passwords App" that was originally in Keychain, the password in Keychain will still be available?
Topic: Privacy & Security SubTopic: General Tags:
Oct ’24
Comment on Macos 12 not available after update to Xcode to Version 13.0 (13A233)
is there a community "github" like place, where xcode 13-beta can be downloaded from?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’21
Comment on Macos 12 not available after update to Xcode to Version 13.0 (13A233)
great thanks very much. I'm downloading it now. I never thought this "more" lead to a to page of beta downloads. It seems to be more appropriate to have betas in the "beta" page.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’21
Comment on Loading View on API call
use something like this: func getHomeItems(completion: @escaping (Bool) -> Void) { .... completion(true) } just like you already do with completion(myItems)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’21
Comment on Swift how to add password to the `Passwords App`
Thank you for your answer. I was under the impression that all Keychain passwords are added to the "Passwords App" automatically. I guess this only happens just once in a lifetime. Does it means that if I delete a password in the "Passwords App" that was originally in Keychain, the password in Keychain will still be available?
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’24