Xcode 9 iOS icon sizes

Xcode 9 iOS icon sizes overview

Xcode 9 iOS icon sizes overview Xcode 9 iOS icon sizes overview. They keep adding more and more icon sizes. Xcode 9 has the most icon sizes…

Xcode 8 iOS icon sizes overview

Xcode 8 iOS icon sizes overview Xcode 8 iOS icon sizes overview. There are even more icon sizes since Xcode 7. And it can be an extra challenging…

didMove never get called

Xcode – didMove never get called

didMove never get called in Xcode? didMove never get called when creating a new project with Xcode using the Game template. I selected Swift and SpriteKit. I…

swift send email

Swift send email from your iOS 9 app

Swift send email from your iOS app Swift send email from your iOS app. How do we do that… It was easier than I first thought. At…

change font size in xcode

change font size in Xcode dynamically

Change font size in Xcode dynamically A short description on how to change font size dynamically. Without having to enter Xcode settings and change font size there….

Xcode 7 iOS icon sizes

Xcode 7 iOS icon sizes overview

Xcode 7 iOS icon sizes overview If you are looking for the Xcode 8 iOS icon sizes overview, please click the link there. Xcode 7 iOS icon…

Swift loops

Swift loops – Basic looping in swift

Swift loops Some basic introduction to Swift loops. Swift Loops: For loop For loops are the same as the traditional C loops. If you have experience from…

Swift Array

Swift Array – basic introduction

Swift array Swift Array An array in Swift, and any other programming language who support arrays, is a list of data. Those data can be any datatype….

Random numbers in swift

Random numbers in swift 2.0

Random numbers in swift 2.0 Here is a short description on how to create random numbers in Swift 2.0. To create random numbers in swift 2.0 you…

iOS Gestures in Swift – How to

iOS Gestures in Swift iOS gestures can be useful in your app. And here is a short demonstration on how to implement iOS gestures in your app….