Peter Gammelgaard Poulsen

@petergam
245 Followers
107 Following
85 Posts

Developer with passion for iOS & macOS.

🇩🇰

MustatusBarhttps://mustatusbar.app
Looks like Apple has started enforcing that developers need to pick if they are a trader according to EU digital services act. When I submitting my new app on Sunday I could do so without having picked but today when I resubmitted (because being stuck in review) I was unable to until picking.
I’m planning to release another app for Vision Pro today if Apple approves it 🎬
Looks like I'll go to California this summer #WWDC24
Do you remember when music players used to be fun and came with visual effects? I've been playing around with RealityKit and particle emitters this evening in Vision Tunes. Maybe this could be fun?
This is almost the same as what I do in Vision Tunes. I’ll look into using Christian’s technique to get the corner radius right too. https://mastodon.social/@christianselig/112152994876531259
@christianselig Cool, thanks for sharing. I might snap your solution for getting the corner radius right.
I think you can get around the problem of it being shoved to the left when you principal by wrapping it in a HStack with Spacers, but your overlay solution also works.
A new version of Vision Tunes is out. This time, the library has been improved to use an auxiliary pane, and the search bar is centered for faster access. During Easter, I'm going to look into adding an immersive experience. Having a lot of fun building this app, even though it's difficult to justify when looking at the sales. This is actually the 10th app update since the Apple Vision Pro came out. To celebrate, Vision Tunes is 40% off for a limited time 🥳. https://apps.apple.com/us/app/vision-tunes-for-spotify/id6477356791
‎Vision Tunes for Spotify

‎Play music from Spotify, with millions of songs and podcasts in your spatial environment, and make exploration limitless with a beautiful app that feels right at home on Apple Vision Pro. USER FRIENDLY INTERFACE The user-friendly interface, which is superior to browsing Spotify in Safari, ensures y…

App Store
Wrapper for UISearchBar for SwiftUI

Wrapper for UISearchBar for SwiftUI. GitHub Gist: instantly share code, notes, and snippets.

Gist
@christianselig I've looked into this. I was only able to archive this using UISearchBar (wrapped with UIViewRepresentable) and a ToolbarItem with .principal placement.
Playing with using a Messages style auxiliary pane in Vision Tunes inspired by this example project from @stroughtonsmith https://github.com/steventroughtonsmith/VisionMessagesDualPane
GitHub - steventroughtonsmith/VisionMessagesDualPane: Simple example to demonstrate how one might implement a Messages-style animated auxiliary pane view presentation on visionOS.

Simple example to demonstrate how one might implement a Messages-style animated auxiliary pane view presentation on visionOS. - steventroughtonsmith/VisionMessagesDualPane

GitHub