There are three tag types: initial install, prefetched, and download-only. Prefetched and initial install tags are downloaded from the App Store with the app binary. Download-only tags are downloaded only via an API, but their usage is the same.
https://t.co/houCdwW9Pi
Been helping bringing the Codex app to life and at this point I've fully moved from using an IDE and the Codex Extension to working 99.9% of the time exclusively in the Codex app.
Here are some tips of what I found useful to get the most out of the app 👇
Incredible news: Skip is now free and open-source for everyone!
Create fully native x-platform apps in Swift and #SwiftUI, with deep Android and #JetpackCompose integration, powered by the Swift Android SDK
Read more and learn how to contribute:
https://t.co/fbuyq1RS5K
New in Swift 6.2: Inline arrays. Designed to improve performance and memory efficiency. Not needed for everyone, but if you do need it, you can use this article by @sagarunagar_.
Curated in this week's #swiftleeweekly https://t.co/NRj9a1PB37
The new BGContinueProcessingTask allows a work to continue even after the app is backgrounded, with a system providing UI to communicate progress!
No more LiveActivities to provide feedback on tasks being performed by the app 🤩
Documentation: https://t.co/DE9VlhKp1J
#WWDC25
Co děláte 26.6. v podvečer?! Přijďte na náš už čtvrtý #HeurekaDevs#Mobile#meetup, který pořádáme spolu s @MateeDevs. Čekejte f*ck upy i poučení. Reálné příběhy a zkušenosti. Bez příkras. Prostě tak, jak to bylo a je!
Registrace a více infa:
https://t.co/K58VVcJCjP
If we want to present a sheet on top of another sheet in SwiftUI, we have to attach the second sheet() modifier inside the content of the first sheet view, otherwise it won't work properly and SwiftUI will complain that only presenting a single sheet is supported.
Did you know that SwiftUI has a modifier that lets you hide sensitive information by adding a single line of code?
It's called `.privacySensitive()` and it will automatically hide the view it's attached to as soon as the app goes into the background 👌