Post

Replies

Boosts

Views

Activity

Comment on SwiftUI TextEditor performance issues
M1 Pro MBP, should have no problem with this sort of load but it does. TextEditor will hang if you give it say 10mb worth of log data (string). Programable scrolling is missing in action. My work around will been to trim the data I'm displaying so that it remains manageable or roll my own NSViewRepresentable with a proper cocoa NSTextEditor. Apple can do much better.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jun ’23
Comment on Remove app Prepare for Submission
For schnitzels ? I just wrongly added an app that makes no sense to waste time on it.
Replies
Boosts
Views
Activity
Jan ’25
Comment on SwiftUI apps in macOS are not triggering onOpenURL when receiving a Universal Link
@AnthonyFromBrittany Do you get duplicate windows once you handle() it ?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’24
Comment on SwiftUI apps in macOS are not triggering onOpenURL when receiving a Universal Link
Thank you. I wish this was incorporated into apple's docs. For example following these instructions is a lot harder and the code recreates the WindowGroup, thus each time you receives one of these urls, you end up with a new window. https://developer.apple.com/documentation/xcode/supporting-universal-links-in-your-app
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’24
Comment on Privileged helper with SMAppService
I'm having trouble upgrading the example to install a daemon. Can you share the code please.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’24
Comment on Privileged helper with SMAppService
FileManager.moveitem inside daemon, you probably need to give Full Disk Access to your daemon.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’24
Comment on When build process Info.plist file
Thank you all, Been chasing this intermittent glitch for a while At one point I was using ${TARGET_BUILD_DIR}/${INFOPLIST_PATH} as input which was not helping.
Replies
Boosts
Views
Activity
Jun ’24
Comment on SwiftUI TextEditor performance issues
M1 Pro MBP, should have no problem with this sort of load but it does. TextEditor will hang if you give it say 10mb worth of log data (string). Programable scrolling is missing in action. My work around will been to trim the data I'm displaying so that it remains manageable or roll my own NSViewRepresentable with a proper cocoa NSTextEditor. Apple can do much better.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’23
Comment on SwiftUI MacOS TableColumn compiler can't type-check expression in reasonable time.
I'm unable to find any examples, other than the baby examples on the SwiftUI header. We might be forced to squeeze some more life out of NSTableView.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’22
Comment on WindowGroup bug??? Can't maximize window after minimizing
Opened a Radar Ticket rdar://FB11057969
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on WindowGroup bug??? Can't maximize window after minimizing
More people complaining about this. https://stackoverflow.com/questions/71904374/swiftui-how-can-you-make-your-app-come-to-the-front-when-clicking-on-the-dock-i
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on open(/var/db/DetachedSignatures) - Undefined error:0
Please disregard this, I can't format my response here
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’21