Thank you! It was especially tricky to make it work on the widget, iOS has all kinds of limitations there regarding animations.
@MrStepanok5 ай бұрын
Moya poshana, pane developere❤
@devdofuturo6 ай бұрын
I like the idea!
@summerofoz13 ай бұрын
Do you mind sharing the code snippet of the grid? Thats pretty sick!
@mykolaharmash3 ай бұрын
Hey👋 there is quite a lot of code at this point, it handles all kinds of app-specific use-cases and workarounds for SwiftUI bugs. But the general approach is quite straightforward. I described it at some point in this reddit comment www.reddit.com/r/SwiftUI/s/vG2r4tbHT0. Hope it’s somewhat clear.
@Block-yc6bh4 ай бұрын
How do I start ios development?
@mykolaharmash4 ай бұрын
If you have some programming experience already, I’d start with swift basics at swift.org, then go through basic swiftui tutorial (from the official docs for example) and then start building some basic app. You will learn the most while actually building and figuring stuff while you need them instead of trying to learn everything upfront 🙌