AppleOSXProgrammingSwift Getting Started with CocoaPods Installation make sure the ruby system is up to date $ sudo gem update --system install cocoapods $... malcolmJul 20, 2017
ProgrammingSwift Connecting a second ViewContoller to another Swift file Make sure the swift file looks like the default ViewContoller.swift file i.e. import UIKit, inherits from UIViewController, have... malcolmJul 9, 2017
ProgrammingSwift Detecting iPad or iPhone in swift To detect if the user is using an iPad or iPhone or something else in Swift do something... malcolmJul 8, 2017
AppleProgrammingSwift Optionals in Swift 3 Swift Optionals A type the either has a “wrapped” value or is nil. e.g. let imagePaths = ["star":... malcolmJun 16, 2017
AppleProgrammingSwift Convert numbers to and from strings in Swift Convert numbers to and from strings in Swift // To convert a number to a string var costString... malcolmJun 16, 2017