The Challenge so Far The challenge concludes: Created ‘Ratings’ selection Picker(), Learned about .onAppear, which replaces the default rating with the book’s rating once the book has been selected. The challenge solution uses a new element indices – another one we haven’t encountered before. It’s some kind of challenge when […]
iOS Foundations
The Challenge so Far Continuing the Book Library wrap-up challenge, trying to get over the latest hurdle: Debugging – trying to figure out why my code that looks okay doesn’t want to show much other than the title. Must be something wrong with the JSON or the decoding. If I […]
The Challenge so Far Continuing the Book Library wrap-up challenge: Create CoverCard view, Install GitHubforWindows on PC, Set-up book preview view, Needed to look back on past lessons to try and remember everything, and the syntax for everything. Not sure too much has actually sunk in… Start setting up initial […]
We reach the end of Module 4, and the final “wrap up” challenge. Chris, from CodeWithChris, has set a challenge which will enable us to bring together everything we’ve learned so far. From the short introductory video, I know we’ve covered everything that the app needs to do, but I’ve […]
Lesson 14 of iOS Foundation’s Module 4 from CodeWIthChris is a short tutorial on how to use different fonts and font sizes, together with how we might go ahead with using custom fonts. Going through a project copy & pasting font details to all text blocks seems unnecessarily cumbersome. When […]
In the absence of challenges for these later lessons from Module 4 of the iOS Foundation course from CodeWithChris, Lesson 13 provides us with an additional ‘walk-thru’ in how to retrieve data dynamically and how it can be displayed as required on swipe, click, and selections from the user. There’s […]
Lesson 12 of Module 4 in the iOS Foundations course from CodeWithChris deals with putting the mathematical formula into the recipe app so that the app will display the correct portion sizes depending on how many servings the user requires. I have to admit that I would have arranged the […]
Lesson 10 of Module 4 of the iOS Foundations course from CodeWithChris covers the maths required for our Recipe App. Pretty straightforward, but it’s nice to have a reminder. This one takes me back over 40 years to a time when we’d just moved to a new town, and I’d […]