I've been working on version 7 of the geotrainer app the last months.
The flag quiz got a big update with two new quiz modes, and there is much more to discover!
App Store: https://t.co/6VMBr4EeYp
Tour: https://t.co/vDnwnbTgHH
#iOSApps#iOS18
First few minutes with Xcode 14 and I have tears of joy for how fast the debugger is. The app starts in a breeze, breakpoint hit and you can start printing variables as if we were in 2022. Amazing.
WWDC'22 wishlist:
* Code completion always working
* Debugger working without long delays
* No more "compiler is unable to type-check this expression in reasonable time"
* No more "Making Apple Watch ready"
* No new features that could break any of those.
Please. Pleeeaaase.
@Jeehut I meant something different - this error often appears for somewhat complex SwiftUI views if you make trivial errors that the compiler usually can point out easily.
In case you ever wondered, both CurrentValueSubject and a ObservableObject property Publisher immediately send a notification with the current value when a new subscriber is added.
Now, tricky question: Is there a way to require this behaviour with a protocol?
@KSlazinski I stumbled upon it when browsing the app store. I think there are monitoring services for this kind of thing, but I am not using one of them...
๐ My geography quiz https://t.co/dfK9aUROUM got mentioned on the German app store. This is a good motivational boost for the upcoming release I'm currently working on.
With a simple extension you can make it really easy to add #SwiftUI views as a subview to your UIView. @WeTransfer we always consider writing new features in SwiftUI to speed up our transition.
https://t.co/TvGdDGBb2j
#swiftlang#iosdev
Has anyone seen TestFlight demand to accept new "Apple Media Services Terms" when testing to buy an in-app-purchase which then always results in an error "no connection"?
This one is really spoiling the mood here right now.
https://t.co/IoesYgVlrM
I hope we get something like AsyncView in the next version of SwiftUI. Like AsyncImage but for data.
Would be so cool to be able to load data and have a default mechanism for progress indication and error handling.
For now, here is package for that:
https://t.co/fgMhQseyVu