Posts

Post not yet marked as solved
3 Replies
0 Views
@pdm I'm not seeing that behavior on iOS 14. I'm changing the date to 11:59 PM, and attach the debugger to my widgets, but their views, and timeline aren't refresh automatically. My timeline is supposed to refresh .after(midnight) which isn't happening.
Post not yet marked as solved
5 Replies
0 Views
You won't be able to change supportedFamilies based on an in-app purchase, but there are already many apps that have unlockable widgets and widget features based on subscriptions / in-app purchase. You'll have to show all the widgets, but can show the locked view if they haven't unlocked it yet. It sounds like maybe the widget isn't getting the correct value from keychain? Might have to find another way to verify.
Post not yet marked as solved
1 Replies
0 Views
If I call `refresh(object, mergeChanges: false)` the object is how I expect it to be. I have another class observing context saves and calling `mergeChanges(fromContextDidSave:)` which is being called. Why would the object still not be refreshed?
Post marked as solved
4 Replies
0 Views
Is this possible yet? I'm trying to do the same, iOS 11+
Post marked as solved
15 Replies
0 Views
Have you gotten child controllers to work with large titles and hiding them on scroll?
Post not yet marked as solved
4 Replies
0 Views
Yes, but this doesn't fix the issue. I think I have to recreate the project and move everything over into it