#100DaysOfSwiftUI
Project 4 - BetterRest
Day 27:
-Core ML (Tabular Regression) β
-Date & Date formatting β
Day 28:
- Reviewing the concepts from Day 26
- Challenges β
#100DaysOfSwiftUI
Day 26 β
New topics such as Steppers, DatePicker, DateFormatter & Core ML
Introduction into some very basic Machine Learning and thanks to Apple's frameworks CoreML & Create ML made the experience super nice.
So i was fiddling around with SwiftUI and wanted to center align a Section Header and Text inside the section. I found this surprisingly hard this was the solution I ended up with π . If there is an easier way to do it I would love to know.
#100DaysOfSwiftUI
Day 25 β
Challenge β
Today was about reviewing the concepts learned from days 16-24 to make sure it sticks π
Also completing my second app from scratch, Rock Paper Scissors game where you either have to win or lose.
Day 24 of #100DaysOfSwiftUI
Project 3 β
Challenges β
1st Challenge - add conditional to previous project WeSplit when user chooses 0% tip
2nd Challenge - using view composition to simplify code in 2nd project
3rd Challenge - Create a custom view modifier
Day 23 of #100DaysOfSwiftUI
What a dayπ already onto the next project which is the first technique project deep diving into modifiers, views and how they work like:
- View Composition
Breaking complex views into smaller views without compromising on perfomance.
Day 21-22 of #100DaysOfSwiftUI
Finished up the second project.
Played around with the new concepts teached at day 20
Using clipShape modifier with RoundedRectangle to show the flags with the corners nicely rounded.
Added an extra feature so the questions don't repeat.
Day 20 - of #100DaysOfSwiftUI
Finally back on the course after being sick for 1.5 week with covid π·. Today was introduction day to the second project, teaching new SwiftUI concepts such as how to arrange views using V, H & ZStacks, Showing alerts and more.
Day 19 of #100DaysOfSwiftUI
Today was challenge day, I had to build a unit converter either using temperature, time, distance or volume. I decided doing the time converter, there was no new concepts introduced so purely repetition from the past days.
Day 18 of #100DaysOfSwiftUI
Final stint of the WeSplit App, recapping what I've learned the past 2 days learning the concepts and creating the app. A few challenges was also presented which in some parts lead to reduced the code repetition with the added property currencyFormat
Day 17 of #100DaysOfSwiftUI
Second day using SwiftUI, Today was implementation day putting the concepts that I learned yesterday to use building an app called "WeSplit" that calculates the amount each person has to π° taking into account the bill, people and tip percentage.