Posts

Post not yet marked as solved
5 Replies
3k Views
I've build sending the reports from when I have to "Force Quit" Xcode, but it is getting very annoying. It seems like opening and closing different workspaces might be related to the problem, though no clear pattern has arisen.Anyone have any workarounds?joey
Posted
by hotngui.
Last updated
.
Post not yet marked as solved
0 Replies
457 Views
When one replaces the rootViewController of a UINavigationController by using the setViewControllers([newVC], animated: true) method the default animation behavior is to slide the new viewController in frome the right (as if it were a push).Is there anyway to customize the behavior?Can I force it to slide from the bottom as done with normal modals?Can I completely customize the animation with a cross dissolve or fade?I've tried definitely a transition delegate but it does not appear to get called when setViewControllers() is used.I've also tried things such as setting the modalPresentationStyle.joey
Posted
by hotngui.
Last updated
.
Post not yet marked as solved
2 Replies
826 Views
My app only users the Public Database; users can read/write to it - so why must I have my users enabled iCloud Drive in order for things to work correctly?I understand if I was using the Private Database why it would be required.I also understand there appears to be no way to tell the entitlements that I am not using any Private Database, but that does seem to be the crux of the problem here.
Posted
by hotngui.
Last updated
.