Mark Lassoff - Swift 5: The Language of iOS Development

Mark Lassoff - Swift 5: The Language of iOS Development | Instant Download ! Sale page: Mark Lassoff - Swift 5: The Language of iOS DevelopmentDo you want ...

$28.00 $99.00

Digital Download Immediately

Mark Lassoff – Swift 5: The Language of iOS Development | Instant Download !

Sale page: Mark Lassoff – Swift 5: The Language of iOS Development

Do you want to develop apps for iPhone and iPad, but don’t know where to start? Perhaps you’ve never coded before and need to learn the language fundamentals. Maybe you’ve got some development experience but are coming to the world of iOS for the first time and need to get up to speed? Swift is the language of iOS development, and this is the course that teaches you the fundamentals of the language.

You’ll be prepared to move on to iPhone and iPad Development with Swift 5: The Language of iOS Development. This course, specifically designed for the most current version of Swift, teaches you the Swift language syntax and structure and prepares you to go on to learning to build full apps with a strong foundation. The goal of this course is to avoid elaborate technical explanations and transform you into a competent, confident Swift programmer.

In this course, you’ll join master instructor Mark Lassoff as you learn the Swift Programming language from top to bottom. You won’t just passively sit by and watch videos, but, instead, you’ll work on engaging code activities. In no time at all, you’ll be programming in Swift with Swift 5: The Language of iOS development.

Your First Lines of Swift
StartPreparing Your Environment (2:17)
StartEntering Swift Code (5:07)
StartExecuting your first program (5:17)
StartCode Exercise 1
Variables and Data Types
StartVariable Assignment (7:19)
StartConstants (3:17)
StartSwift Operators (7:14)
StartString Basics (4:55)
StartTyped Variables in Swift (5:43)
StartCode Exercise 2
Conditionals in Swift
StartIf Statements (8:55)
StartComplex Conditionals (4:29)
StartSwitch – Case Statements (5:04)
StartCode Exercise 3
Loops in Swift
StartWhile Loops (7:31)
StartRepeat – While Loops (3:28)
StartCode Exercise 4
Swift Functions
StartSimple Functions (4:13)
StartFunction Parameters (4:23)
StartFunction Returns (4:54)
StartImplicit Returns (2:18)
StartDefault Parameter Values (3:46)
StartCode Exercise 5
Swift and Object Oriented Programming
StartIntroduction to OOP (3:00)
StartCreating a Simple Class- Objects and Methods (8:26)
StartInitializers (6:56)
StartInheritance and Overriding (7:34)
StartProtocols (9:37)
StartCode Exercise 6
Swift Data Structure
StartArrays (10:16)
StartSets (6:55)
StartDictionaries (8:41)
StartCode Exercise 7
String Manipulation
StartConcatenation (5:41)
StartString Interpolation (4:11)
StartAccessing and Modifying a String (5:01)
StartCode Exercise 8