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 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