Introduction to Xcode Swift Code

Introduction to Swift Coding

Recently I have updated to Xcode 6. What is significant in this latest version is the introduction to a new apple programming language called Swift. Swift is an innovative programming language with an interactive work area called a playground. It will allow me to directly manipulate and experiment with Swift code live.

Xcode 6 extends the Xcode feature set with new live visualisation capabilities. For example, view debugging pauses a running app and then explodes all the UI layers into a 3D visualisation, making it easy to understand how the interface is drawn.

I will continue to use Xcode to learn how to create applications and games for apple IOS iPhone. In addition to C language and C++, I will be also dealing with swift code.