Post

Replies

Boosts

Views

Activity

Reply to FocusState SwiftUI not working
This is not answer but I'll add in my experience: I tried adding FocusState to my app earlier today and was not able to get it working the way I wanted. I was using a UUID as a Value instead of a Field enum, and manually setting the @FocusState to anything other than nil was ignored. I then made the FocusState a Bool to test with a single TextField and it worked fine.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jun ’21
Reply to Detect if audio is playing on macOS
In light of it being WWDC, any Apple Engineers in here that can help? I don't see anything in new APIs
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’21
Reply to Does anybody know how to get the new Swift Playgrounds on iPadOS 15?
It is not yet released.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’21
Reply to FocusState SwiftUI not working
This is not answer but I'll add in my experience: I tried adding FocusState to my app earlier today and was not able to get it working the way I wanted. I was using a UUID as a Value instead of a Field enum, and manually setting the @FocusState to anything other than nil was ignored. I then made the FocusState a Bool to test with a single TextField and it worked fine.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’21
Reply to Keyboard ToolbarItemPlacement not appearing
I am only able to get this working if it's embedded within a NavigationView, at the topmost level of my application.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’21