The completed ’Challenge’ app from Module 4 of the iOS Foundations course by CodeWithChris is a book preview app. Naturally, I replaced the general book covers and text with my own (well, who wouldn’t?). The app opens with a scrollable list of book covers, including title and author. The book […]
Daily archives: 27 February 2022
3 posts
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 […]
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 […]