As per the doc for TimelineEntry
/// The date for WidgetKit to render a widget.
If my understanding is correct, this would mean if i have to make an entry appear on the widget on D1, then i should set the date for the entry to be D1
but what i have seen is the entry appears earlier than this date D1, ie at a date earlier than D1
What is going wrong here? why does the system doesn't respect the set date?
This was tested a on device running iOS 14 beta 5, built with
Xcode 12 beta 5.
/// The date for WidgetKit to render a widget.
Code Block var date: Date { get }
If my understanding is correct, this would mean if i have to make an entry appear on the widget on D1, then i should set the date for the entry to be D1
but what i have seen is the entry appears earlier than this date D1, ie at a date earlier than D1
What is going wrong here? why does the system doesn't respect the set date?
This was tested a on device running iOS 14 beta 5, built with
Xcode 12 beta 5.