# Beginning iOS Development With Swift

DevFeed: [Beginning iOS Development With Swift](<https://devfeed.tech/articles/beginning-ios-development-with-swift-37502.md>)

Original publisher: [Read original article](<https://www.cimgf.com/2014/12/02/beginning-ios-development-with-swift/>)

Author: Matt Long

Published: 2014-12-02T19:35:06Z

Content type: tutorial

Language: en

Sources: [Cocoa Is My Girlfriend](<https://devfeed.tech/sources/cocoa-is-my-girlfriend.md>)

Topics: [iOS development](<https://devfeed.tech/topics/ios-development.md>), [Swift](<https://devfeed.tech/topics/swift.md>), [Tutorial](<https://devfeed.tech/topics/tutorial.md>), [App](<https://devfeed.tech/topics/app.md>)

Tags: [beginner](<https://devfeed.tech/tags/beginner.md>), [developers](<https://devfeed.tech/tags/developers.md>), [ios](<https://devfeed.tech/tags/ios.md>), [ios-development](<https://devfeed.tech/tags/ios-development.md>), [swift](<https://devfeed.tech/tags/swift.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>), [xcode](<https://devfeed.tech/tags/xcode.md>)

## AI overview

A beginner tutorial introduces iOS development concepts involving outlets and actions, using an application updated for Xcode 6 and Swift.

## Source excerpt

Many years ago now, I wrote a tutorial for the beginner to learn how to use outlets and actions as this is often one of the least familiar aspects for new developers who are wanting to learn iOS. It's simple once you've seen it, but until then, there's a gap. This time around I'm presenting [...]