Post

Replies

Boosts

Views

Activity

Comment on OS27 LazyVGrid hops like crazy on scroll up.
Okay, I think I've isolated it more. My "hops like crazy" scenario was multiple LazyVGrids inside a single ScrollView. I'm going to assume that's not a supported configuration. I've attached a project and some videos to FB23182374 . Let me know if you have any questions or want me to try some things out on it.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
1d
Comment on Can I import images into my app with App Intent Schemas?
Hmm, okay, that’s new. I’ve added the createAssets support and added Transferable to the PhotoEntity asset. I also think I finally got the photos app to try and invoke my add-to-album, though it says it failed and I still need to investigate. I have not been able to get siri to try to invoke my “add to album” intent with files from the Files app or tabs in safari. Should PhotoAsset AppEntity’s be cross compatible with other Entity types?
6d
Comment on Can I import images into my app with App Intent Schemas?
In this case it's not my photo! I'm trying to get an image provided from outside the app, so maybe an image from a safari web page. In that case my app's not on screen at the time. Does Siri have to bridge from Safari's provided AppEntity to my PhotoAsset entity? The PhotoAsset entity is very basic. I'll provide in a post
Topic: App Intents SubTopic:
App Intents & Siri Q&A
1w
Comment on Will Siri _only_ invoke Schema-based Intents?
If I declare a Schema's AppIntent in my ShortCut provider, does that override siri's ability to do natural language processing for it? Maybe I'm just seeing early beta difficulties, but I've had no success getting siri to invoke intents that require inputs.
Topic: App Intents SubTopic:
App Intents & Siri Q&A
1w
Comment on How do we find out WHY customers got a refund
Yeah :. It sucks. Your best bet is to try to capture customer sentiment before they take steps to refund. Maybe soliciting reviews using the “review prompting” API that we have available. Could also add analytics to see if you can track user’s journeys through your app and see if there are obvious spots where you’re losing some, or frustrating others. It could just be that those users bought in and realized it didn’t solve the problem like they thought it would.
Sep ’25
Comment on OS26 SwiftUI WebView - Go Forward/Back?
Nah this still doesn't work for me. The back/forward list property implementation seems to be incorrect. Unceremoniously calling "load" inside the back/forward button handler doesn't make sense to me because there's no way for the WebPage to know that a back/forward action is taking place.
Topic: Safari & Web SubTopic: General Tags:
Aug ’25
Comment on OS27 LazyVGrid hops like crazy on scroll up.
Okay, I think I've isolated it more. My "hops like crazy" scenario was multiple LazyVGrids inside a single ScrollView. I'm going to assume that's not a supported configuration. I've attached a project and some videos to FB23182374 . Let me know if you have any questions or want me to try some things out on it.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
1d
Comment on OS27 LazyVGrid hops like crazy on scroll up.
Yeah. I'm at my wits end. I was hoping to unify some NSCollection and UICollection view code, but i don't think it's meant to be. Of course a sample project I made doesn't bounce near as much, making me even more confused.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
2d
Comment on Can I import images into my app with App Intent Schemas?
Hmm, okay, that’s new. I’ve added the createAssets support and added Transferable to the PhotoEntity asset. I also think I finally got the photos app to try and invoke my add-to-album, though it says it failed and I still need to investigate. I have not been able to get siri to try to invoke my “add to album” intent with files from the Files app or tabs in safari. Should PhotoAsset AppEntity’s be cross compatible with other Entity types?
Replies
Boosts
Views
Activity
6d
Comment on Can I import images into my app with App Intent Schemas?
In this case it's not my photo! I'm trying to get an image provided from outside the app, so maybe an image from a safari web page. In that case my app's not on screen at the time. Does Siri have to bridge from Safari's provided AppEntity to my PhotoAsset entity? The PhotoAsset entity is very basic. I'll provide in a post
Topic: App Intents SubTopic:
App Intents & Siri Q&A
Replies
Boosts
Views
Activity
1w
Comment on Will Siri _only_ invoke Schema-based Intents?
If I declare a Schema's AppIntent in my ShortCut provider, does that override siri's ability to do natural language processing for it? Maybe I'm just seeing early beta difficulties, but I've had no success getting siri to invoke intents that require inputs.
Topic: App Intents SubTopic:
App Intents & Siri Q&A
Replies
Boosts
Views
Activity
1w
Comment on Please make Siri a real search engine
Please see my reply below about VoiceControl. It could help you out.
Replies
Boosts
Views
Activity
1w
Comment on Focusable doesn't work on iPad with external keyboard
Does this still work? Running the code with this change does not appear to function in a way that makes the view focusable.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
2w
Comment on Unable to compile Core Image filter on Xcode 26 due to missing Metal toolchain
Is this on Xcode Cloud or Local? If local try installing the component from the Xcode Settings window. I've not had a problem build locally with the RC or during the past few betas.
Topic: Graphics & Games SubTopic: Metal Tags:
Replies
Boosts
Views
Activity
Sep ’25
Comment on Xcode Cloud 26b7 Metal Compilation Failure
It’s basically failing all the time for me now as well. I have some “green” builds in some older runs, but everything is red lately.
Replies
Boosts
Views
Activity
Sep ’25
Comment on How do we find out WHY customers got a refund
Yeah :. It sucks. Your best bet is to try to capture customer sentiment before they take steps to refund. Maybe soliciting reviews using the “review prompting” API that we have available. Could also add analytics to see if you can track user’s journeys through your app and see if there are obvious spots where you’re losing some, or frustrating others. It could just be that those users bought in and realized it didn’t solve the problem like they thought it would.
Replies
Boosts
Views
Activity
Sep ’25
Comment on iOS26 - ITMS-90717: Invalid large app icon
What information would be useful? The entire IPA? Other info from the bundle?
Replies
Boosts
Views
Activity
Aug ’25
Comment on OS26 SwiftUI WebView - Go Forward/Back?
Nah this still doesn't work for me. The back/forward list property implementation seems to be incorrect. Unceremoniously calling "load" inside the back/forward button handler doesn't make sense to me because there's no way for the WebPage to know that a back/forward action is taking place.
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’25
Comment on OS26 SwiftUI WebView - Go Forward/Back?
FB19034873
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’25
Comment on OS26 SwiftUI WebView - Go Forward/Back?
Is the back/forward list smart enough to know that calling ".load" with one of the URLs from he lists is enough to update the lists in the correct way?
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’25
Comment on OS26 SwiftUI WebView - Go Forward/Back?
@DTS Engineer Beta4 is not showing any improvement in this area. The back button, after going back to the first page, seems to still indicate there is still a back history, Is this code functioning correctly for you guys?
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’25