Post

Replies

Boosts

Views

Activity

Comment on Live Activity cannot refresh frequently on iOS18
there NSSupportsLiveActivitiesFrequentUpdates key in document, Sometimes we need the dynamic island to refresh the time and app information, which requires a refresh frequency of about 0.1s, since this key is provided, it should allow a frequently update I have submitted the API enhancement feedback and hope to get a reply. Another very important point is that the current iOS17 can be frequently update, if iOS18 adjusted the system limit without any document, it will affect many apps
Aug ’24
Comment on Badge view behind the cell
** Step-by-step set of instructions to reproduce the problem** Download code from https://developer.apple.com/documentation/uikit/views_and_controls/collection_views/implementing_modern_collection_views 2.Open ItemBadgeSupplementaryViewController.swift file In createLayout() function, Line 62 add the following code section.orthogonalScrollingBehavior = .continuous 5.then run app, You can reproduce the problem iOS 14.6
Aug ’21