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”

Learning Swift – Day 204

100 Days of Swift UI – Day 18 WeSplit – Part 3 Review SwiftUI allows no more than 10 child views inside each parent. If we want to add more we should place our views inside groups. Format specifiers let us control the way numbers are shown inside string interpolation. They use a rather datedContinue reading “Learning Swift – Day 204”

Learning Swift – Day 203

100 Days of Swift UI – Day 17 WeSplit – Part 2 Reading text from the user with TextField Now that we have a clean slate to work on, add three @State properties, an empty String called checkAmount, and two Integer properties, numberOfPeople and tipPercentage initialised to 2. We need to use strings for TextField,Continue reading “Learning Swift – Day 203”

Learning Swift – Day 202

Daniel Steinberg Workshop: Bringing SwiftUI to your app Live from Pragma Conference, Bologna, 9 October 2019 Registration done, now waiting for the workshop to start. Daniel Steinberg just got on stage! Here are some of the key aspects of today! In Swift 5 if you have a function that has only one statement, we canContinue reading “Learning Swift – Day 202”