Post

Replies

Boosts

Views

Activity

Reply to Sequoia - incorrect alert about "app wants to access data from other app
How does your group id start? on macOS it has to start with the team ID on iOS it starts with group. https://developer.apple.com/documentation/xcode/configuring-app-groups
Replies
Boosts
Views
Activity
Sep ’24
Reply to MAS generated webarchive quarantined?
Why not use the com.apple.security.files.user-selected.executable entitlement?
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Jan ’24
Reply to NavigationSplitView hide sidebar toggle button
Quoting Apple: "On some platforms, NavigationSplitView adds a sidebarToggle toolbar item. Use the toolbar(removing:) modifier to remove the default item." More on that her: https://developer.apple.com/documentation/swiftui/view/toolbar(removing:) (Requires iOS 17.0+ / macOS 14.0+)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’23
Reply to Editable OutlineGroup
Did you find a solution? There's nothing on the web for this. I've tried to implement it with .onDrag and .onDrop and with swipeAction(), however it only works well on the Mac, not on iOS.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’23
Reply to [ShareSheet] Only support loading options for CKShare and SWY types.
Did anyone find a solution? Same issue here.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’23
Reply to Feedback Assistant links don't work
They don’t help Apple folks because… well… reasons. Hmm. I've been asked for a feedback number multiple times by the Apple Developer Technical Support... I would expect them to also do some research in the forums if they encounter a bug...
Replies
Boosts
Views
Activity
Feb ’23
Reply to Drag file from app to Finder on macOS
I've been told that this is a bug. I've filed a report: FB11992448 Please do the same so it gets enough attention and will be fixed as soon as possible.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’23
Reply to How to drag multiple items in a list
Hi, did you find a solution for this?
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’22
Reply to Drag file from app to Finder on macOS
Same issue. My workaround for now: static var transferRepresentation: some TransferRepresentation {  ProxyRepresentation { item in             Bundle.main.url(forResource: "Demo", withExtension: "csv")!         } }
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’22
Reply to Hourly history with WeatherKit REST API
Yes it is still not working even though iOS 16 has been released in the meantime. Not good :(
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to Possible to exclude irrelevant data from axis?
Hi there, did you find. a solution? I am having the same error message. I'm trying to only display daylight hours on my x axis: .chartXScale(domain: allDaytimeDates, type: .category) Cheers
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’22
Reply to Xcode 14 Beta 5: [<_UINavigationBarContentViewLayout valueForUndefinedKey:]: this class is not key value coding-compliant for the key inlineTitleView.
Ok, report the issue and disable Objective-C Breakpoints until fixed:
Replies
Boosts
Views
Activity
Aug ’22
Reply to Xcode 14 Beta 5: [<_UINavigationBarContentViewLayout valueForUndefinedKey:]: this class is not key value coding-compliant for the key inlineTitleView.
Any solution for a SwiftUI app?
Replies
Boosts
Views
Activity
Aug ’22
Reply to iOS 14 translate API
Guys, if you want to use Apple‘s on device translation API in the future, please file a bug report. If enough people file a bug, I‘m sure Apple will think about It.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Nov ’21