Swift UI Challenge Day

Posted on Mon 21 June 2021 in swift • Tagged with swift, swiftui

Fun day today with 100 Days of SwiftUI. The core challenge was very easy, a simpler version of the PaperWeight app I've been making with Nicholas.

However, after completing the basic challenge I decided to try using Measurement class to do my conversions. It worked fine, and made for a …


Continue reading

Swift UI Project 1, Day 3

Posted on Sun 20 June 2021 in swift • Tagged with swift, swiftui

One more day of 100 Days of SwiftUI done. I suppose this intro stuff will start getting boring, I'll have to come up with a better way of introducing my blog entries.

Today we reviewed the WeSplit app and did a few challenges. Everything was quite simple and straightforward. I …


Continue reading

Swift UI Project 1, Day 2

Posted on Sat 19 June 2021 in swift • Tagged with swift, swiftui

Another day of 100 Days of SwiftUI on the books. Today we built the WeSplit UI and wired everything up.

My only significant change to today's work was using a NumberFormatter to display the amount per person instead of using a c-style format string. I see that Apple added new …


Continue reading

Swift UI Project 1, Day 1

Posted on Fri 18 June 2021 in swift • Tagged with swift, swiftui

Back into blogging! I'm starting up 100 Days of SwiftUI again, picking up where I'd previously left off.

I've already shipped one app built in SwiftUI, but it's a really simple app with no networking or state. After WWDC this year, I got inspired and found that I wanted to …


Continue reading