Building an anagram game with Swift UI

100 Days of SwiftUI – Day 30 – Learning Swift Day 216 Adding to a list of words Inside ContentView.swift create three @State private variable properties, an empty array of Strings and two empty Strings. Inside the body property create a NavigationView, with a VStack inside it. Give it a TextField with a placeholder textContinue reading “Building an anagram game with Swift UI”

Recovering from a crazy week!

I have just recovered my MacBook Pro from the Apple Store where they replaced keyboard and battery. I was able to practice a bit of SwiftUI this week but not too much as I have also received a huge work to complete in a very short timeframe. My day count got, yesterday, to 215 daysContinue reading “Recovering from a crazy week!”

Getting to know SwiftUI – part 2

Learning Swift – Day 209-210 100 Days of SwiftUI – Day 23, second round Yesterday we started to look at views and modifiers. Today we continue down this path. Why modifier order matters It seems that applying a modifier to a SwiftUI view creates an entirely new view (bah…!). If we write this: …which, byContinue reading “Getting to know SwiftUI – part 2”

Getting to know SwiftUI – part 1

Learning Swift – Day 208 Life recap of these days! My birthday’s just passed and I took a day (and a half) off. I also got my first contact with a company with whom I could work in the future but they are not looking for any part-time applicant and, also, they are looking forContinue reading “Getting to know SwiftUI – part 1”

Learning Swift – Day 205 to 207

Day 205 100 Days of SwiftUI – Day 19 This day was dedicated to creating our own app from scratch in the form of a Unit Converter. I have some plans on writing about that so I didn’t create a blog post about it yet. Stay tuned for news. Day 206 100 Days of SwiftUIContinue reading “Learning Swift – Day 205 to 207”