Finding myself struggling quite a bit with the foibles of Xcode, whether it be taking an age to fire up the simulator, the simulator not playing well with the certificates from Proxyman, or Xcode not talking properly with GitHub, it’s with some relief that the most recent two lessons have […]
Module 6 : City Sights App
After the delays of the previous three days, it’s back to Learning New Stuff. Lesson 5 sees us creating the models required for parsing the JSON data we receive from Yelp. With Lesson 6 being to turn that data into user-friendly views. For this we’ve been introduced to Section, which […]
The primary problem with learning to code for iOS is that it’s nearly impossible to do it unless you have money. The last four days has consisted of three days of “hurry up and wait” and a fourth day of finally getting back to where I was in the first […]
In Lesson 4 of Module 6 from the CodeWithChris iOS Foundation course, we learn how to retrieve data from the Yelp.com API. I’ve never used Yelp before, so don’t really know what it is, so it’s a double-learning experience for me. There are two points of note from this lesson […]
After spending far too much time on the Info.plist issue, we’ve now moved on to how to get the user’s location. As this has taken seemingly forever, I’m jotting down a few pointers here. To set up our ViewModel to work with the location manager, we have to jump through […]
Lesson 3 of Module 6 from the CodeWithChris iOS Foundations course includes a warning to “modern” users (those using Xcode 13) regarding the dreaded “missing info.plist” problem. Set-up Setting up of the project uses CoreLocation, along these lines: Running the Simulation If you run the build in Xcode 13.2.1 (which […]
After the confusion and general in-depth “getting bogged down in it” finale of Module 5 from the CodeWithChris iOS Foundations course, we slide seamlessly into Module 6. Lesson 1 The first lesson introduces us to some of the new concepts we’ll be visiting this time around, including getting user data […]