Hacking with Swift — Learning Project 31 After a good pause where I feel I have almost forgotten everything, it is time to go on and finish this book, before going back, reviewing it all and creating my coding snippets library so that, when my memory will fail, and it will fail, I will knowContinue reading “Learning Swift — Days 134 to 135”
Tag Archives: App
Learning Swift — Days 125-127
Hacking with Swift — Day 99 — Consolidation Day X Applying MVC to the project An MVC Recap The Model is the what or our application (but not how it is displayed). The Controller is how our model is presented to the user (and represents the UI logic) and the view is our controller’s minions!Continue reading “Learning Swift — Days 125-127”
Learning Swift — Day 107
Day 107 — starting with it. Basic start As Paul said, let’s start simple and build something that we are sure it is working, then move on from there. I will write down all of the passages so that it is easy to follow. The first iteration of the project is an emoji concentration cardContinue reading “Learning Swift — Day 107”
100 Days of Swift — Day 99-100
Learning about biometrics (Project 28) Create a new iOS SingleView app project in Xcode, name it Secret Swift or Project28, as you see it fit, and get ready to rock! Creating a basic text editor First things first: the UI! Embed the view controller in a navigation controller, drag a text view inside the canvasContinue reading “100 Days of Swift — Day 99-100”
100 Days of Swift – Day 89
Hacking with Swift – Learning Project 25 Our goal in today’s app is to learn about peer-to-peer networking so, without much further ado, let’s get started! Setting up By now this is fairly simple: we need to create a new Single View iOS app, call it Selfie share and create it in a sensible position.Continue reading “100 Days of Swift – Day 89”
