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”

Hacking with Swift – Learning Project 3

Here we are with a new project from the 100 Days of Code initiative. This time we are going to edit project 1. I think I have 3 copies of that project on my SSD so I deliberately did not follow the instructions on making yet another copy of it. Instead, I want to startContinue reading “Hacking with Swift – Learning Project 3”

[Swift] Checklist – episode III

As previously said, I am switching to English for these articles. Whoever codes in Swift needs to know this language anyway as no documentation exists for the Italian language and the few attempts I have seen at tutorials has been not satisfactory.  State of the project We left the project in a state where itContinue reading “[Swift] Checklist – episode III”