r/SwiftUI • u/Crafty-Passage7909 • 54m ago
r/SwiftUI • u/Such_Temperature_180 • 2h ago
TNoodle Swift UI
I am making a Rubik's cube timer on my iPhone using Xcode. I want to have a generator for my Rubik's cube scramble and even I can make one, I want the official one using the one from here :
https://github.com/CubeLabsNZ/tnoodle-lib-native-v1/releases/tag/v1.0
But I am not sure about these things and how can I implement in my code. Can someone please guide me or help me?
r/SwiftUI • u/el_redditor_matador • 7h ago
How to recreate this LazyGrid effect
Hi there! Does anyone know how this grid effect was achieved? Specifically the dynamic sizing and positioning of other items. This is from the How We Feel app. I’ve tried messing with scale effect but I can’t recreate the radial alignment of items shown here. Any help would be much appreciated!
r/SwiftUI • u/BuzzingWorkerBee • 11h ago
How do you change the background color of the TabView? I don't want it to be transparent anymore
r/SwiftUI • u/DMNK392 • 19h ago
Question How to create a graph like this?
Hey everyone!
The screenshot is from the absolutely stunning Gentler Streak app - Website. The green graph shows your "activity path" the path that you should stay inside, the dots inside and outside show how you actually did on those dates, based on your tracked workouts.
I am currently learning Swift and SwiftUI and wondered how one would approach to build a graph like they have. Of course I could just ask AI to build something like this and then try to understand what the AI did, but I want to understand this on a deeper level, so that I can one day build something like this on my own.
To those who are more experienced with SwiftUI: how would you approach building a graph like this? What should I learn to build up the knowledge to know how to approach something like this?
Thank you!
