Post

Replies

Boosts

Views

Activity

Reply to How to set the holding priority with NavigationSplitView
Is there a solution for this problem. I have the same problem. navigationsplitviewcolumnwidth(_:) does not have any effect on the detail content. My assumption is more and more that detail is not considered to be used as an inspector panel. To archive this we may have to implement a separate overlay. Would be great to hear someone from Apple to clarify or give a solution for this. Thanks.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jun ’22
Reply to Creating and Viewing Immersive Video Locally on Vision Pro
Could you please confirm my understanding? To create an immersive 180 VR movie (similar to Apple TV), we would utilize our 180 VR SBS videos and convert them to MV-HEVC format, as demonstrated in the Apple sample code. However, we would adjust the kVTCompressionPropertyKey_HorizontalFieldOfView to 180 degrees. This video would appear distorted when played in Finder or Photos. However, with a dedicated MV-HEVC immersive player app, the video would display as expected. If this is correct, I am curious why the Apple Photos app or Finder Quicklook does not offer the ability to play such media with proper playback. Additionally, Apple TV immersive videos can be played without the immersive mode, which aligns with my expectations for Finder Quicklook as well.
Nov ’24
Reply to How to set TableColumn in Table using ForEach
This is a very essential question since it would give us the possibilities to show/hide table columns dynamically which is not possible another way. So I am asking the same. Can someone provide a complete working solution ?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’21
Reply to MPMusicPlayerController nowPlayingItem on Catalyst
Is there already a fix in the meanwhile ?
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’21
Reply to How to set the holding priority with NavigationSplitView
Is there a solution for this problem. I have the same problem. navigationsplitviewcolumnwidth(_:) does not have any effect on the detail content. My assumption is more and more that detail is not considered to be used as an inspector panel. To archive this we may have to implement a separate overlay. Would be great to hear someone from Apple to clarify or give a solution for this. Thanks.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’22
Reply to How to create a login item?
Since macOS 13.0 you can use SMAppService to add and remove login items. Just use SMAppService.mainApp.register() SMAppService.mainApp.unregister()
Replies
Boosts
Views
Activity
Jun ’23
Reply to ApplicationMusicPlayer macOS vs. Catalyst
Did you get the ApplicationMusicPlayer work on macOS (native). For me it is not working and I am wondering if it is still not full functional. Beside of this there could be additional steps required which I am not aware of.
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’23
Reply to Suggested guidance for creating MV-HEVC video files?
To use iPhone 15 Pro Max to create content may be ok for some users but there are plenty of existing devices capable to produce stereoscopic video material. It would be interesting to know what it needs to convert existing videos in the new video format.
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to Not able to run Spaceship game project
I assume the Studio Package is the problem .... it is not building for me. error: [xrsimulator] Exception thrown: The operation couldn’t be completed. (realitytool.RKAssetsCompiler.RKAssetsCompilerError error 3.) error: Tool exited with code 1
Topic: Spatial Computing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’24
Reply to Creating and Viewing Immersive Video Locally on Vision Pro
Could you please confirm my understanding? To create an immersive 180 VR movie (similar to Apple TV), we would utilize our 180 VR SBS videos and convert them to MV-HEVC format, as demonstrated in the Apple sample code. However, we would adjust the kVTCompressionPropertyKey_HorizontalFieldOfView to 180 degrees. This video would appear distorted when played in Finder or Photos. However, with a dedicated MV-HEVC immersive player app, the video would display as expected. If this is correct, I am curious why the Apple Photos app or Finder Quicklook does not offer the ability to play such media with proper playback. Additionally, Apple TV immersive videos can be played without the immersive mode, which aligns with my expectations for Finder Quicklook as well.
Replies
Boosts
Views
Activity
Nov ’24
Reply to MusicKit in playgrounds not supported?
Hello, is this still an issue or is there something we can work around ? Thanks, Marc
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Apr ’25
Reply to Editing a Library Playlist (MusicKit: iOS 16 beta)
Hello, I am trying to edit a playlist but it looks like playlist item changes are ignored. Is this currently an open bug or is this something as expected. Thanks, Marc
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’25
Reply to @ModelActor with default actor isolation = MainActor
Thanks a bunch for the help! After following your advice and switching to Swift 6, all the warnings disappeared and everything is working like a charm.
Replies
Boosts
Views
Activity
Jun ’25
Reply to How do I find the catalogID for songs in a apple music playlist? (MusicKit & Apple Music API)
Try this one "https://api.music.apple.com/v1/me/library/songs/\(libraryId)?relate=catalog"
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’25