Andrés Pizá Bückmann

@tovkal
40 Followers
75 Following
171 Posts
Indie iOS developer working on LockFlow and Metadata Editor.
LocationBarcelona
Websitehttps://www.andrespiza.com
Second app I’ve seen being rejected this week for this. Since when is it illegal to have a Skip button on the permissions step of onboarding? Also App Review Guideline 5.1.1 does not say anything about this 🤷‍♂️ /cc @rejected

I think this is new in Xcode 16. When you hover over a string in String Catalog, a button with an arrow appears, linking to the code that generates that string. This is great to find those places where you forgot to use Text(verbatim:).

A very welcome improvement! 🤩

I wish they would fix this thing where you search for some SwiftUI API in Xcode's documentation and you get the same thing from every framework in the world 😩 They should remove generic SwiftUI APIs from non-SwiftUI frameworks. Searching for `navigationDestination ` should return just three results with the three variants of that function, all from the SwiftUI framework.

FB15174390

Ah yes, finally Apple only requires one iPhone size and one iPad size screenshots 🥹
iOS 18 RC feels so fast 🏎️
@kaioelfke I have been using String Catalog Translator app for a few days, great work! I tried a few and yours is the one that was closer to what I wanted (love being able to give ChatGPT some context). Hope you continue working on it 🤞
App Store Connect's login screen is flaky as hell. Anything other than freshly loading the page on a new tab is bound to silently fail to log in 😩
Are you using RunLoop.main instead of DispatchQueue.main as your scheduler in Combine? They are the same, but different. Don't be like me; learn the difference: https://www.avanderlee.com/combine/runloop-main-vs-dispatchqueue-main/
RunLoop.main vs DispatchQueue.main: The differences explained

RunLoop.main and DispatchQueue.main are often used as Combine schedulers to update the user interface. Though, both behave very differently.

SwiftLee

Reminder as a user and a dev:

If you’ve got app intents, you can say “Hey Siri, what can I do here?” and intents will be suggested.

It’s a good way to discover shortcuts in other apps too.