Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Exploring Swift
Rating: 4.0 out of 5(15 ratings)
84 students

Exploring Swift

Level up your programming skills by understanding Swift's standard library and Apple's Foundation framework
Last updated 9/2018
English

What you'll learn

  • Learn to understand the Swift Standard Library, and Apple’s cross-platform Foundation framework
  • Learn essential protocols in the Standard Library
  • Work with Foundation types for date handling, file handling, network requests and JSON parsing
  • Understand Foundation’s history and legacy to use it to the fullest
  • Work with all of Swift’s access control features
  • Gain a deep understanding of language features such as optionals, flow controls
  • Create your first Xcode projects and work with the LLDB debugger

Course content

9 sections29 lectures3h 6m total length
  • The Course Overview6:16

    This video provides an overview of the entire course.

  • Date and TimeInterval5:36

    In this video, we will introduce the two types; Date and TimeInterval"

  • DateComponents, Calendar, Locale, and TimeZone5:25

    This video aims to explain us that the DateComponents type allows us to construct and modify dates using a convenient API.

  • Date Formatters7:18

    In this video, we will understand that presenting dates to users in international applications is not a simple task. Fortunately, foundation provides a range of formatting types that makes this easy.

Requirements

  • Should have basic understanding of Swift’s core features, and good familiarity with at least one other modern object-oriented programming language

Description

Swift is a general-purpose, multi-paradigm, and compiled programming language developed by Apple Inc. for iOS, macOS, watchOS, tvOS, and Linux.

You will begin with understanding the standard library protocols. Next, you will explore the Foundation framework and concepts such as working with Date, reading from a file, and making a simple network request. You will then learn intermediate optionals, strings, flow control, types, and closures. You will also explore error handling along with an introduction to Swift’s memory management model.

By the end of this course, you will be able to use Swift to write simple command-line utilities to run on an Apple platform or Ubuntu Linux.

About the Author

Jonathan Crooke has been a professional developer for Apple platforms since 2010, and has shipped success apps with userbases in the millions, working for companies such as SoundCloud, Zalando, Memrise, and EyeEm. He has worked on the iPhone, iPad, Apple Watch and MacOS, and has a number of popular libraries available on GitHub. With a previous career in teaching, Jonathan has considerable experience putting himself in the shoes of the learner, and communicates clearly, and without excessive use of jargon.

Who this course is for:

  • Developers with a basic understand of Swift’s core features, and good familiarity with at least one other modern object-oriented programming language