Posts

Post not yet marked as solved
1 Replies
111 Views
Creating AppEntity objects for use as AppIntents to do filtering no longer works in iOS 17.4. If you have a prior shortcut setup that does that, then it will work. It seems some apps still work, but mostly i see the app shortcut action no longer has the Filtering options.
Posted Last updated
.
Post not yet marked as solved
2 Replies
482 Views
While I haven't seen this personally, just shared video from users, but in my app i have UITableViewController subclasses that use the UIRefreshControl for pull to refresh. For some strange reason on the iPhone max and Plus devices it is like the refresh part doesn't show at all. So you can't do a pull to refresh. The biggest change i had made was switching to SceneDelegates. I have no idea how that would be related.
Posted Last updated
.
Post not yet marked as solved
0 Replies
308 Views
As far as i can tell there is no way to load a different watch kit storyboard for different Watch OS versions. You can do it on the phone, but not the watch. Anyone know a way to do it on the watch? Gets really difficult to support 3 OS versions of the watch when you can't configure every option in code and have to use the storyboards
Posted Last updated
.
Post not yet marked as solved
0 Replies
301 Views
I have a view that i would like to use the Panning or Drag gesture to pull to dismiss and I have a Table that has swipe to delete actions. With the Pan/Drag gesture enabled I cannot consistently get the swipe to delete actions to work. How can i have the gesture on the main view without the gesture working on a particular area? Doesn't seem to be an option. This is with iOS 13
Posted Last updated
.