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”
Author Archives: Michele Galvagno
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”
Learning Swift – Day 201
Reviewing closures, polymorphism, access control, static properties/methods 100 Days of SwiftUI — Day 15 I am getting ready for Bologna! I will leave tomorrow to get comfortable one day before as the workshop with Daniel Steinberg will start already at 9am, with registration from 8am! So, let’s start with the review, which you can findContinue reading “Learning Swift – Day 201”
Learning Swift — Day 199 to 200
Day 199 Yes, I reiterate, I fell again into Paul’s alluring trap and I’m following the 100 Days of SwiftUI. And you know what? I’m enjoying it! Today I’m doing Day 13, which you can find at this link. I have also built and saved the two tutorial articles for today’s Swiftoberfest! Time to goContinue reading “Learning Swift — Day 199 to 200”
