Post

Replies

Boosts

Views

Activity

Comment on UITableView: Adjust destination index path when dragging and dropping from another view
Thank you for the response. Yes, I'm able to adjust the destination index path in tableView:performDropWith:, so that the item is added in the correct location. However, as far as I can tell, it's not possible adjust the destination index path during the drag, which means the gap shown as the user drags up and down the table view does not correspond to where the row will actually be added when the user drops. If that's not possible, let me know and I'll file an enhancement request.
Topic: UI Frameworks SubTopic: UIKit
Aug ’24
Comment on watchOS: Siri Shortcut works within Shortcuts app, but not when activated by voice
Yes! Thank you! That did the trick. I was just looking and can't find that documented anywhere, but I do see that's how the Soup Chef Shortcuts sample project is configured. https://developer.apple.com/documentation/sirikit/soup_chef_accelerating_app_interactions_with_shortcuts I don't see a dedicated documentation page for implementing Shortcuts on the Apple Watch, so I think I'll file a bug report saying this information should be added to this page in the documentation: https://developer.apple.com/documentation/sirikit/adding_user_interactivity_with_siri_shortcuts_and_the_shortcuts_app
Topic: App & System Services SubTopic: General Tags:
Jan ’22
Comment on watchOS: Siri Shortcut works within Shortcuts app, but not when activated by voice
Thanks for the tips. When I select my "SiriIntentsWatchExtension" scheme with "Apple Watch Series 6 via iPhone 12 mini" as the destination I get the following error message when I try to run: "iPhone 12 mini cannot run SiriIntentsWatchExtension. SiriIntentsWatchExtension's architectures (armv7k, arm64_32) include none that iPhone 12 mini can execute (arm64e, arm64v8, arm64, armv8)." It seems like it's trying to execute the extension on the phone instead of the watch. I'll try setting up some logging to see what I can find.
Topic: App & System Services SubTopic: General Tags:
Aug ’21
Comment on UITableView: Adjust destination index path when dragging and dropping from another view
Thank you for the response. Yes, I'm able to adjust the destination index path in tableView:performDropWith:, so that the item is added in the correct location. However, as far as I can tell, it's not possible adjust the destination index path during the drag, which means the gap shown as the user drags up and down the table view does not correspond to where the row will actually be added when the user drops. If that's not possible, let me know and I'll file an enhancement request.
Topic: UI Frameworks SubTopic: UIKit
Replies
Boosts
Views
Activity
Aug ’24
Comment on iOS 17 - New status bar default style doesn't work if the status bar was previously hidden
@Rincewind I'm running into this issue as well and verified it still occurs in iOS 17.2 beta 4.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Dec ’23
Comment on Cannot install watch app on watches running watchOS 7 & 8 after adding WidgetKit extension
Thank you, I just filed FB13299649. Please let me know if you need any additional information.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’23
Comment on UICollectionViewCompositionalLayout: How do I create an item in a UICollectionView that fills the UICollectionView's safe area?
Thanks. I played around with the backgroundView property and it does get sized correctly. However, it's a completely static view, so you lose out on the collection view's bounce effect, which ideally I'd like to keep.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Feb ’23
Comment on watchOS: Siri Shortcut works within Shortcuts app, but not when activated by voice
Yes! Thank you! That did the trick. I was just looking and can't find that documented anywhere, but I do see that's how the Soup Chef Shortcuts sample project is configured. https://developer.apple.com/documentation/sirikit/soup_chef_accelerating_app_interactions_with_shortcuts I don't see a dedicated documentation page for implementing Shortcuts on the Apple Watch, so I think I'll file a bug report saying this information should be added to this page in the documentation: https://developer.apple.com/documentation/sirikit/adding_user_interactivity_with_siri_shortcuts_and_the_shortcuts_app
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’22
Comment on watchOS: Siri Shortcut works within Shortcuts app, but not when activated by voice
I verified this is still not working in watchOS 8 RC and there have been no comments from Apple in my Feedback Assistant report.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’21
Comment on watchOS: Siri Shortcut works within Shortcuts app, but not when activated by voice
I just verified this is still not working in watchOS 8 beta 7.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’21
Comment on watchOS: Siri Shortcut works within Shortcuts app, but not when activated by voice
I just updated the bug to mention that activating the shortcut by voice works fine on watchOS 7, so it seems to be a regression with watchOS 8.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’21
Comment on watchOS: Siri Shortcut works within Shortcuts app, but not when activated by voice
It appears my code is not being called and I filed FB9541952. Thanks!
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’21
Comment on watchOS: Siri Shortcut works within Shortcuts app, but not when activated by voice
Thanks for the tips. When I select my "SiriIntentsWatchExtension" scheme with "Apple Watch Series 6 via iPhone 12 mini" as the destination I get the following error message when I try to run: "iPhone 12 mini cannot run SiriIntentsWatchExtension. SiriIntentsWatchExtension's architectures (armv7k, arm64_32) include none that iPhone 12 mini can execute (arm64e, arm64v8, arm64, armv8)." It seems like it's trying to execute the extension on the phone instead of the watch. I'll try setting up some logging to see what I can find.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’21