write linux code on mac

Write linux code on mac

write linux code on mac How to write linux code on mac. Cross platform code is another term on write linux code code on mac, or any…

Swift Change UIButton text

Swift Change UIButton text

Swift Change UIButton text How to in Swift change UIButton text?A common mistake, also done by myself some time ago, is to try to change it through…

Swift string input

Swift string input for OS X (updated)

Swift string input Swift string input has become a lot easier than since I posted an article about it. In my previous article Swift string input required…

swift play mp3

Swift play mp3 from your app

Swift play mp3 from your app Swift play mp3 from your app with this small example. To make swift play mp3 files we need to start with…

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…

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….

Swift Variables

Swift Variables, Basic Intro

Swift Variables Some basic information about Swift variables. Nothing to complicated if you programmed before, no matter what language you used. Variables are variables in any language….

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…