Reflections on Day 76 Another good day under the belt because for every day that passes I am fine-tuning the how I want to learn this subject. I am adjusting the rhythm, the pace, the way I want to do that. I have perhaps been too hard on Paul as of late and, normally, whenContinue reading “100 Days of Swift – Day 77”
Tag Archives: Technique
Hacking with Swift – Project 18
Still in Day 70 of my Learning how to code with Swift adventure I am beginning to tackle project 18, which consist of learning the first basics of debugging. Setting up All that’s needed by now is an empty iOS Single View app, nothing more. Basic Swift debugging using print() This is pretty basic becauseContinue reading “Hacking with Swift – Project 18”
Hacking with Swift – Learning Project 15
Today is the day when we start looking at animations. The setup is pretty straightforward so, in brief: create a new iOS Single View App project and call it “Animation” In Project > Deployment Info, select iPad as the only device and uncheck “Portrait” and “Upside Down” rom the Device Orientation category Import the “penguin@2x.png”Continue reading “Hacking with Swift – Learning Project 15”
Hacking with Swift – Learning Project 12
It is finally time to learn how to save our data! Great! This was long overdue! iOS makes it a breeze to save data! Well… at least for the users, because some great developers spent their time finding a way to make them forget about having to do so! I still remember the dreadful daysContinue reading “Hacking with Swift – Learning Project 12”
Hacking with Swift – Learning Project 9
It seems that with this project we are going to start doing serious things! Not that before was easy or anything like that but now we are going to begin unlocking the true power of our devices. We are going back to project 7 (the Whitehouse petition collector) to solve its main issue, that isContinue reading “Hacking with Swift – Learning Project 9”
