Hacking with Swift – Learning Project 5

Day 27 of the 100 Days of Swift initiative started with an article on how closures capture values. Oh dear, was it hard … Paul—the author—explained it very clearly and the concepts themselves seem to be… well… fine to understand, but if I had to repeat something about what I read I would be reallyContinue reading “Hacking with Swift – Learning Project 5”

Hacking with Swift – Challenge 4

It is now time to review what we learned in Project 4 (Easy Browser). Personally this was a rather big step up in difficulty from previous projects and the speed with which Paul goes makes me feel like I am a bit walking on eggs. The new subjects were clearly explained but if I didn’tContinue reading “Hacking with Swift – Challenge 4”

Hacking with Swift – Learning Project 4

Today’s goal is to create a basic browser. To get started, we choose a Single View app template, we name is Easy Browser (or Project4, as you prefer), save it to a sensible location and hit Create. We then switch to Main.storyboard and, with our ViewController selected, we go on to Editor > Embed In >Continue reading “Hacking with Swift – Learning Project 4”

Hacking with Swift – Challenge 3

These are today’s challenges for Project3 (which is Project1 updated) Try adding the image name to the list of items that are shared. The activityItems parameter is an array, so you can add strings and other things freely. Note: Facebook won’t let you share text, but most other share options will. Go back to projectContinue reading “Hacking with Swift – Challenge 3”