Ben Boecker

67 Followers
181 Following
274 Posts
iOS developer from Germany
Working @ImPalasthotel
Developed Bookmarks
Websitehttp://www.ben-boecker.de
GitHubhttps://github.com/benboecker
Bookmarks – Save for laterhttps://apps.apple.com/app/bookmarks/id1503569422
Hello there!
Last night I was thinking about reviving my Bookmarks app and came up with a nice iOS26 redesign mockup. I kind of like it, maybe this will turn into a thing ☺️
This might be embarrassing but after more than 10 years of Swift programming, I just learned, that the print statement takes a variadic number of parameters… I also never seemed to look at the code completion that clearly states this 😅
This is probably the most expressive error message ever produced by #swiftui
Okay Xcode, I think it's time to call it a day… 😅
Spotted this Hotspot from *another person* in the train this morning. This is so weird on so many levels 😂
It's one of those days…
StoreKit's Transaction has a reason property introduced with iOS 17 that replaces the reasonStringRepresentation property. But that is deprecated in iOS 16, so I’m having to live with a deprecation warning until we can drop support for 16.
ಠ_ಠ
Xcode 15 RC still uses a ridiculous amount of CPU when a Simulator is launched...
Oh great, I just noticed that it's not possible to create a #SwiftData object that is defined in another Swift package… Xcode just fails to build with a „Command SwiftCompile failed with a nonzero exit code“ message. Image is from the default SwiftData project template, where I just added a new package with the Item declaration.