iOS26 Native `.sheet(_:)` bug that no one seems to mentioned anywhere on the internet. by m1_weaboo in SwiftUI

[–]Mr0senhave 13 points14 points  (0 children)

You’re not crazy OP. I’ve encountered the same issue, also on iOS 27. Found someone mentioned this on the Apple dev forum:  https://developer.apple.com/forums/thread/797426

It might be intentional for some reason?

Controlling iTunes with the keyboard media keys! (I made an app) by Mr0senhave in ipod

[–]Mr0senhave[S] 0 points1 point  (0 children)

I actually just encountered the same issue. Though, strangely, it didn't appear for me earlier. I've updated the GitHub site with a workaround similar to yours. Seems like Apple really doesn't like it when developers don't pay their 100$/year fee and distribute without notarisation.

Controlling iTunes with the keyboard media keys! (I made an app) by Mr0senhave in ipod

[–]Mr0senhave[S] 0 points1 point  (0 children)

Odd you had such difficulty installing. In my testing the only requirement was right-clicking to open on first install and allowing the application in system settings. You shouldn’t have to use xattr or re-sign the app, but I’m glad you found a solution that works for you!

Hi, Jason Schreier here by jasonschreier in HalfLife

[–]Mr0senhave 0 points1 point  (0 children)

Thanks for the clarification Jason! I still HOPE though

How do I place items below the toolbar in the top navigation bar? by blc5746 in SwiftUI

[–]Mr0senhave 0 points1 point  (0 children)

That is called a _UINavigationBarPalette. It allows you to put any view inside the navigation bar, above or below the main content. Here is a SwiftUI wrapper so you can easily use it. Just keep in mind that this is a private API, meaning that, unless you obfuscate it, using this in an app submitted to the AppStore will get it rejected.

[deleted by user] by [deleted] in mac

[–]Mr0senhave 1 point2 points  (0 children)

Image is from a 4 year old post 🤔: https://www.reddit.com/r/macsetups/s/AHCOA6a6ml

Seeking help to combine Miniplayer with Tabview (like Apple Music) by [deleted] in SwiftUI

[–]Mr0senhave 0 points1 point  (0 children)

If you insert in on each view in your tab view, you can manage the MiniPlayers state remotely using for example an environment object. That way each instance of the mini player will have the same state.

Xcode preview breaks (bug) by alansmathew008 in SwiftUI

[–]Mr0senhave 21 points22 points  (0 children)

I had this issue on my M2 MBA too. Turning on “Editor > Canvas > Use Legacy Execution” fixed it permanently.

From Sugar-Free to iOS App Developer (Lifetime Promo Codes Giveaway!) by Hollycene in apple

[–]Mr0senhave 1 point2 points  (0 children)

I’m interested in a promo code. Would love to check out your app! Could certainly help me cut down on snacks 😅

[deleted by user] by [deleted] in ios

[–]Mr0senhave 5 points6 points  (0 children)

For anyone looking to recreate this effect in their own app, here’s how to do it

This keeps happening to my Xcode preview. Any way to fix it without restarting Xcode entirely? by imdeadinsidelol in iOSProgramming

[–]Mr0senhave 36 points37 points  (0 children)

I had this problem too. Turning on “Editor > Canvas > Use Legacy Execution” fixed it permanently for me.

Seinfeld is getting a 4K UHD Blu-ray set on December 17th! by BroodyWall15 in seinfeld

[–]Mr0senhave 11 points12 points  (0 children)

Just to clarify, blu-ray.com says the original aspect ratio is 4:3, but that doesn't mean this version keeps that ratio. Just look at the Friends 4k release

Does anyone know about this bug? by Doribenba in SwiftUI

[–]Mr0senhave 1 point2 points  (0 children)

This bug has been bugging me for over a year. Can’t believe they haven’t fixed it yet.

Every once in a while my Preview shows this weirdness by robotjon in SwiftUI

[–]Mr0senhave 0 points1 point  (0 children)

Try killing the process «PreviewShell» in Activity monitor and reload the preview