Very true. After pursuing a masters i realized no need for PhD. The best education after that or even after the bachelors is self taught knowledge.
An app a month: February (Score Tracker with Core Data)My plan was to make a simple Apple Watch app. But it was announced that Parse was shutting down, and I had always used Parse for all of my data. It was probably about time I learned how to use Core Data properly (even though I spent a…
Why you should use UIStackView or one of its open source alternativesOver the last 12 month I learned…
Simple Animation with WatchOS 2.0In this tutorial I walk you through how to make a simple spinning fan animation using Motion app for your watch, then we load the animation in Xcode and using Interface Builder we setup the necessary setting for the animation to work on the watch.
Quick Start: Hot reloading in SwiftBeginner /Here be dragons / Dragons of AWESOME!.Getting started with hot reloading inside a swift project.Hot-reloading swift classes really is quite simple, thanks to John Holdsworth’s AWESOME Injection Plugin for Xcode.
Swift: How to use specific image for different devices?Simple solution if you want use different images for different devices. For example:
Weekly Reading Recommendations #4Every week I will be sharing some of the interesting stuff I’ve been reading.Stuff I Wrote
How to add Flurry Analytics into your Xcode project (Swift)Flurry Analytics from Yahoo! is an amazing tool that allows you improve your iOS apps. It’s free and easy to install in your Xcode project