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…
Linux calendar from the terminal
Linux calendar from the terminal Linux calendar function is a neat and useful little tool. Getting the calendar directly in the terminal, if you need to, while…
Command line weather report in linux and OS X
Command line weather report in linux and OS X If you are on a Mac with OS X or using a Linux computer you can request a…
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….
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 – 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, 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 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…
Upload Xcode projects to github
Upload Xcode projects to github Never used github until I started programming in Xcode. And one instructor talked about the importance of upload Xcode projects to github….