Just finished Day 30 of the #100DaysOfSwiftUI
Start of the wordScramble project. A game where you create words from a given 8-letter word.
New knowledge used in this project was a list and also how to use UITextChecker. We also saw how to add animation when adding item to list
Just finished Day 28 of the #100DaysOfSwiftUI
The challenge was to change VStacks in the form to Sections, use a picker instead of a stepper and the last thing was to remove a toolbar button to show the calculated sleep time and instead always show it.
Just finished Day 25 of the #100DaysOfSwiftUI
Not very pretty. I don't think designing the user interface is the most fun part but I would still like to get better at it since it's important. Don't care much about this app so won't spend so much time on it.
Just finished Day 23 of the #100DaysOfSwiftUI
Generics were brought up without any explanation. There was a small comment about them in the optional content.
The hardest part was custom view modifiers
Just finished Day 21 of the #100DaysOfSwiftUI
I actually wanted to make a flag guessing app a while ago so this is a good project!
Very little code needed to make something that is pretty good.
Just finished Day 19 of the #100DaysOfSwiftUI
I looked a little at the solution of other people before finishing. I don't like the array of tuples but I wasn't able to get the full description of the unit from the type. What can be improved?
Just finished Day 18 of the #100DaysOfSwiftUI I changed the code so that numberOfPeople actually contains the number of people. I did this with the .tag modifier. Are there any downsides to this approach?
Just finished Day 17 of the #100DaysOfSwiftUI@twostraws
Property wrappers are still a bit "magical" No explanation given as to why we don't assign an initial value to a var with a FocusState property wrapper. It's not even possible. Still got more to learn!
It's also not great that the numberOfPeople variable actually doesn't contain the selected number of people. One possible way to solve this it have it be a computed value instead and then have another two-way binding variable for the selector.
@twostraws if you're reading my posts: my intent is not to complain just because. I want to point out things that are not clear to me. It can be used to change the course if you agree with me. I'm still following the course so I'm finding value in it.