Post

Replies

Boosts

Views

Activity

Reply to FocusedValues / FocusedKeyValue
so by adding .focusable() on the corresponding view.. a "click" on that view is fine enough... still it would be nice if a "window" became focused by clicking on it's tab or window bar.. cause eventually this is what you are doing: activating (focusing) that window mean time I figured out how to "modify" the menu with modifiers CommandMenu("Message") { if var message = message { Button("Send \(message.text)") { message.send() } .disabled(message.text.isEmpty ?? true) .modifierKeyAlternate(.shift) { Button("Send (Shift)") { message.text += " shift pressed" message.send() } .disabled(message.text.isEmpty ?? true) } } }
Mar ’26
Reply to FocusedValues / FocusedKeyValue
so by adding .focusable() on the corresponding view.. a "click" on that view is fine enough... still it would be nice if a "window" became focused by clicking on it's tab or window bar.. cause eventually this is what you are doing: activating (focusing) that window mean time I figured out how to "modify" the menu with modifiers CommandMenu("Message") { if var message = message { Button("Send \(message.text)") { message.send() } .disabled(message.text.isEmpty ?? true) .modifierKeyAlternate(.shift) { Button("Send (Shift)") { message.text += " shift pressed" message.send() } .disabled(message.text.isEmpty ?? true) } } }
Replies
Boosts
Views
Activity
Mar ’26
Reply to cannot run app on external iPhone
forget it.. right now I got it solved... on the certificate was a "install profile"... did that .. now it works
Replies
Boosts
Views
Activity
Mar ’26
Reply to Apple Intelligence crashed/stopped working
try with terminal to delete the both directories xcuserdata in Project.xcodeproj one is right there... the next one is one level deeper inside project.xcworkspace.. try deleting them: rm -rf xcuserdata
Replies
Boosts
Views
Activity
Jan ’26