Threads

Morten Bjerg Gregersen

mortengregersen

mortengregersen's profile picture

iOS/macOS/Swift developer ✨ Dad πŸ‘¨β€πŸ‘§β€πŸ‘¦ About me: https://AtterdagApps.com πŸ‘‘ https://MortenGregersen.dk πŸ˜‰ Projects: πŸ•ΊπŸ»

mortengregersen's profile picture

Apple released a new Open API spec for the App Store Connect API (4.4), but haven't updated the docs and release notes 😬 This makes my automatic updater for Bagbutik fail, as it gets a 404 for the documentation. I will have to wait... πŸ˜… WWDC #WWDC26

mortengregersen's profile picture

Xcode 27: Creating a new project is just ONE CLICK πŸš€ WWDC #WWDC26

1

mortengregersen's profile picture

More and more people are using Miniotaur, and one request keeps coming up: a joystick for navigating mazes πŸ•ΉοΈ We get it β€” your finger can end up covering the path ahead πŸ˜… So I’m giving it a shot 😊 I’ve never built something like this before πŸ’™ #buildinpublic #indiedev #iosdev

1

mortengregersen's profile picture

Experimenting with .glassEffect, tinting and interactivity πŸ˜„ Not sure why the flickering happens when I drop it... If anybody has an idea, please give me a hint πŸ€”

Group {    let circle = Circle()    if #available(iOS 26.0, *) {        circle            .glassEffect(.regular.tint(Color.red).interactive())            .offset(offset ?? .zero)            .gesture(drag)    } else {        circle            .fill(Color.red)    }}.frame(width: size/2, height: size/2)

mortengregersen's profile picture

I think I found something in my garden, someone wanted to hide 😬

17

7

mortengregersen's profile picture

Seems like just a big bag of rubble… πŸ€”

6

1

Log in to see more from mortengregersen.

Read the original on threads.com β†—