Post

Replies

Boosts

Views

Activity

Reply to Get now playing track Apple Music API
The closest thing to this is by observing the SystemMusicPlayer.shared this class gives you queue and state instance properties . With the currentEntry.item of the queue you can get a Song or MusicVideo ID so you can use that to fetch the right content More about SystemPlayer: https://developer.apple.com/documentation/musickit/systemmusicplayer EDIT: Just noticed this was about the Apple Music API and not MusicKit
Topic: Media Technologies SubTopic: General Tags:
Dec ’22
Reply to Get now playing track Apple Music API
The closest thing to this is by observing the SystemMusicPlayer.shared this class gives you queue and state instance properties . With the currentEntry.item of the queue you can get a Song or MusicVideo ID so you can use that to fetch the right content More about SystemPlayer: https://developer.apple.com/documentation/musickit/systemmusicplayer EDIT: Just noticed this was about the Apple Music API and not MusicKit
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’22
Reply to Circular ProgressView showing as spinning indicator.
I think this is correct. The CircularProgressViewStyle renders as a spinning indicator. This renders as a gauge only on macOS, watchOS and inside widgets (although this is very confusing). See documentation for details: CircularProgressViewStyle and ProgressView
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’22
Reply to Can't add values to Relationship?
It is still happening even on RC and I've tried everything: setting goal after insert only adding progress to goal (so no, newProgress.goal = self) making sure that the context is the same
Replies
Boosts
Views
Activity
Oct ’23
Reply to The model configuration used to open the store is incompatible with the one that was used to create the store.
+1
Replies
Boosts
Views
Activity
Oct ’23