I will have to be as concise as possible today (and in the next two days) because I am travelling abroad for a ten-day and even if I will for sure be able to dedicate my daily hour to Swift I would probably not be able to write and especially publish my report until aContinue reading “Hacking with Swift – Challenge 5”
Tag Archives: Xcode
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 – Consolidation challenge (Day 23)
Realised the Challenge from Day 23 of 100 Days of Swift.
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”
