Swift & Xcode

Go to how to START page first.
All the information to start programming in Xcode is there.
Hardware – Software – Resources.

Enjoy!

How to use String () or String?

Witch one to use: String () or String?   Depends … on how you do things! But! For my part, I’ve reduce bug crashing App when using: String ()   How? String? make’s it wait for a value from the user (problematic). String () set’s a nil value.   Why! If using String? and the user skip…

Details

Swift Programming Language is born.

Voici! Swift Apple’s new language for programing. Announce Announced in june 2014 at WWDC (World Wide Developer Conference) in San Francisco. Speed Apple say, it’s faster and easier to code. As I experimented, Yes, it’s fast and easyer for those who start or come from other programming laguage. Try it See how to dowload and…

Details