Posts, a community app by Read.cv

Thread
tyo
tyo @tyo

Cooking icon for my own expenses tracker app

tyo
tyo @tyo

So currently I'm learning SwiftUI and starting to develop an expense tracker app. I know many apps like this already exist, but why not create a polished one as my learning milestone? 🤞 Also thanks to @arwasil for providing the App Store icon template

william
william @wh
Replying to @tyo @arwasil

how's the swiftui learning experience going?

tyo
tyo @tyo
Replying to @wh @arwasil

it's been great! there are a lot of free learning sources out there. and the cool thing is somehow beginners like me can recreate interactions that are made by prototyping tools such as Protopie easily and we can match exactly the interface like our design in figma.

tyo
tyo @tyo
Replying to @wh @arwasil

Again im quite beginer here. I kinda the same, I do create a lot custom component to match the design. Even if we talk about app performance im not so sure what im making is good or not on performance even though it looks smooth 😅

william
william @wh
Replying to @tyo @arwasil

haha yes that makes sense, same for me. thanks for sharing!

tyo
tyo @tyo
Replying to @wh @arwasil

To be honest nothing much. basically I made the prototype on figma/protopie then if im fine with it, I will just tried to re create it on SwiftUI, and here I mostly utilize @State and @Binding. Even sometimes I just do quick sketch on paper then do it right away on code