Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Advanced iOS Development with Swift 4.x
Rating: 3.8 out of 5(32 ratings)
161 students

Advanced iOS Development with Swift 4.x

Build effective and easy-to-maintain iOS apps using Swift
Last updated 4/2019
English

What you'll learn

  • Implement advanced aspects of the Swift 4 language.
  • Build classes and small modules using current best practices.
  • Incorporate concurrent patterns into your projects.
  • Compare MVC, MVVM, and Viper and how they can help you layout code.
  • Construct a reusable and generic networking layer.
  • Create more robust and crash-free code with better error handling.
  • Master less frequently used operators and apply them in your projects.

Course content

7 sections25 lectures3h 13m total length
  • The Course Overview3:08

    This video will give you an overview about the course.

  • Retroactive Modeling5:11

    Work through some examples of extending types with extensions. Discover the power of retroactive modeling.

    • Learn what can and can't be done with extensions

    • Work through an example of extending a library type

    • Wrap up the example with some of its uses and how you might use them in your own code

  • Multiple Inheritance5:35

    How can we achieve multiple inheritance with Swift and why will it be good for your own code?

    • Learn what makes a Mixin and constraints you should apply

    • Define some Mixins in the context of a view

    • Apply your new classes with a visual example

  • Extensions for Organizing Code5:43

    Here are a few ways in which you can make your code more readable and easier for others to parse.

    • Break down a typical ViewController

    • Work through a neat quirk of extensions and structures

    • Discuss on how these principles help your projects

Requirements

  • Basic knowledge of Swift development is assumed.

Description

Swift is a secure, fast, and interactive programming language. It combines powerful type inference and pattern matching with a modern, lightweight syntax, allowing complex ideas to be expressed in a clear and concise manner. You can start using the new Swift compiler and migrate at your own pace, taking advantage of its new features

This course will provide you with an in-depth knowledge of some of the most sophisticated elements of Swift development, including protocol extensions, error-handling, design patterns, and concurrency, and guide you on how to use and apply them in your own projects. You'll see how even the most challenging design patterns and programming techniques can be used to write cleaner code and build more performant iOS and OS X applications.

By the end of this course, you'll have got the hang of effective design patterns and techniques, which means you'll soon be writing better iOS and OS X applications with a new level of composure and control.

About the Author

Jonathan Wilson is a full-time iOS software developer based in Belfast, Northern Ireland. He acquired his love of code in university, where he also competed in international programming competitions. After leaving with a First Class Masters in CS, he worked in Fortune 500 companies and startups.

He currently works for a New York company with an application that has a large codebase using modern design patterns. In his spare time, he makes his own apps to explore new techniques and programming styles.

Who this course is for:

  • This video course is for developers who want to delve into advanced Swift concepts. If you are a developer who learns best by looking at and working with, code, then this course is for you.