Developing iOS 11 Applications Using Swift 4

Course

Online

£ 150 + VAT

Description

  • Type

    Course

  • Methodology

    Online

  • Start date

    Different dates available

Start an app from scratch, complete your app, and deploy it to the App Store. If you've ever thought about creating your own iPhone App, this course is a good start!Developing iOS 11 Applications with Swift will teach you how to start an app from scratch, complete your app, and deploy it to the App Store. If you've ever thought about creating your own iPhone App, this course is a good start!First, you learn how to install XCode9 and review some fundamental concepts of the Swift programming language. Using the new Contacts framework, you will create your own appealing UI and replace the previous framework. You will then create four apps, starting with a simple Apple Watch app. Then comes a Learning English Numbers game with voice responses; you will also learn different ways of storing data on a device using the new Swift4 codable protocols.Then we create an app that uses the user's location to list surrounding places and finally a communication app with the new codable protocols of Swift 4. Each app will be developed step by step, explaining their concepts and ideas. Finally, you will learn how to deploy apps to the App Store, making them available for download on any device. After completing this course, you will be able to create your own apps by making the most of iOS 11 with Swift.About the Author
.
Ignazio Calò is a Software Developer with an extensive experience in developing technologies both on the backend and mobile side. He likes to work in an agile environment having visibility on the entire software development life-cycle. He always tries to do his best to share knowledge across the team he works with. He is a Senior iOS Developer with eBay and has worked on eBay Kleinanzeigen (German version of the eBay App), ZipJet app, Foodoora - a food delivery iOS App, Lyke - a shopping app to discover and shop for the latest trends and styles, etc

Facilities

Location

Start date

Online

Start date

Different dates availableEnrolment now open

About this course

Prepare your environment for iOS 11 development
Understand the fundamentals of programming with the Swift 4 programming language
Build simple apps and games using Swift
Improve UI & UITableView in your apps
Develop a communication app to find an IP location
Deploy your app to the App Store
Bonus feature: Learn new Frameworks in iOS11

Questions & Answers

Add your question

Our advisors and other users will be able to reply to you

Who would you like to address this question to?

Fill in your details to get a reply

We will only publish your name and question

Emagister S.L. (data controller) will process your data to carry out promotional activities (via email and/or phone), publish reviews, or manage incidents. You can learn about your rights and manage your preferences in the privacy policy.

Reviews

This centre's achievements

2021

All courses are up to date

The average rating is higher than 3.7

More than 50 reviews in the last 12 months

This centre has featured on Emagister for 6 years

Subjects

  • Oriented Programming
  • Object oriented Programming
  • Programming
  • Project
  • Web
  • English
  • Protocol
  • Approach
  • Object-oriented training
  • Object oriented training
  • Access

Course programme

Introduction 4 lectures 23:01 The Course Overview This video gives an overview of the entire course. Installing Xcode In this video, we will see how to download the official Apple IDE required for building the iOS Application. • Download Xcode from the AppStore or from the Apple developer's web site Exploring Xcode In this video, we will learn how to use the Navigator and the Utility Panel. Access to the documentation and use the assistant editor. • Overview of the Utility panel • Overview of the Navigator panel • How to use the assistant editor Run an iOS App on the Simulator This video, run an iOS application using the Simulator. • Create a sample iPhone project • Select the appropriate simulator • Compile and run the app Introduction 4 lectures 23:01 The Course Overview This video gives an overview of the entire course. Installing Xcode In this video, we will see how to download the official Apple IDE required for building the iOS Application. • Download Xcode from the AppStore or from the Apple developer's web site Exploring Xcode In this video, we will learn how to use the Navigator and the Utility Panel. Access to the documentation and use the assistant editor. • Overview of the Utility panel • Overview of the Navigator panel • How to use the assistant editor Run an iOS App on the Simulator This video, run an iOS application using the Simulator. • Create a sample iPhone project • Select the appropriate simulator • Compile and run the app The Course Overview This video gives an overview of the entire course. The Course Overview This video gives an overview of the entire course. The Course Overview This video gives an overview of the entire course. The Course Overview This video gives an overview of the entire course. This video gives an overview of the entire course. This video gives an overview of the entire course. Installing Xcode In this video, we will see how to download the official Apple IDE required for building the iOS Application. • Download Xcode from the AppStore or from the Apple developer's web site Installing Xcode In this video, we will see how to download the official Apple IDE required for building the iOS Application. • Download Xcode from the AppStore or from the Apple developer's web site Installing Xcode In this video, we will see how to download the official Apple IDE required for building the iOS Application. • Download Xcode from the AppStore or from the Apple developer's web site Installing Xcode In this video, we will see how to download the official Apple IDE required for building the iOS Application. • Download Xcode from the AppStore or from the Apple developer's web site In this video, we will see how to download the official Apple IDE required for building the iOS Application. • Download Xcode from the AppStore or from the Apple developer's web site In this video, we will see how to download the official Apple IDE required for building the iOS Application. • Download Xcode from the AppStore or from the Apple developer's web site Exploring Xcode In this video, we will learn how to use the Navigator and the Utility Panel. Access to the documentation and use the assistant editor. • Overview of the Utility panel • Overview of the Navigator panel • How to use the assistant editor Exploring Xcode In this video, we will learn how to use the Navigator and the Utility Panel. Access to the documentation and use the assistant editor. • Overview of the Utility panel • Overview of the Navigator panel • How to use the assistant editor Exploring Xcode In this video, we will learn how to use the Navigator and the Utility Panel. Access to the documentation and use the assistant editor. • Overview of the Utility panel • Overview of the Navigator panel • How to use the assistant editor Exploring Xcode In this video, we will learn how to use the Navigator and the Utility Panel. Access to the documentation and use the assistant editor. • Overview of the Utility panel • Overview of the Navigator panel • How to use the assistant editor In this video, we will learn how to use the Navigator and the Utility Panel. Access to the documentation and use the assistant editor. • Overview of the Utility panel • Overview of the Navigator panel • How to use the assistant editor In this video, we will learn how to use the Navigator and the Utility Panel. Access to the documentation and use the assistant editor. • Overview of the Utility panel • Overview of the Navigator panel • How to use the assistant editor Run an iOS App on the Simulator This video, run an iOS application using the Simulator. • Create a sample iPhone project • Select the appropriate simulator • Compile and run the app Run an iOS App on the Simulator This video, run an iOS application using the Simulator. • Create a sample iPhone project • Select the appropriate simulator • Compile and run the app Run an iOS App on the Simulator This video, run an iOS application using the Simulator. • Create a sample iPhone project • Select the appropriate simulator • Compile and run the app Run an iOS App on the Simulator This video, run an iOS application using the Simulator. • Create a sample iPhone project • Select the appropriate simulator • Compile and run the app This video, run an iOS application using the Simulator. • Create a sample iPhone project • Select the appropriate simulator • Compile and run the app This video, run an iOS application using the Simulator. • Create a sample iPhone project • Select the appropriate simulator • Compile and run the app The Basic of Swift 4 lectures 22:01 Introduction to Playground In this video, we will learn see what’s a Playground and how we can use it to learn a new language? • Create a Playground file • Overview of Playground Swift Basic Types and Optionals In this video, we will learn about Swift basic types like Strings and Integers and what are the optional values. • Use Strings, Integers and the other basic types • The difference between a var and a let • The optional type Swift Classes Structs and Protocols In this video, we will learn about Swift Object oriented programming building blocks. • Create a Swift class • Create a struct and check the difference with a class • Improve a class using a protocol Swift Generics In this video, we will learn how to make a class reusable in different context using the generic approach. • Build a queue • Make the queue reusable with the generic The Basic of Swift 4 lectures 22:01 Introduction to Playground In this video, we will learn see what’s a Playground and how we can use it to learn a new language? • Create a Playground file • Overview of Playground Swift Basic Types and Optionals In this video, we will learn about Swift basic types like Strings and Integers and what are the optional values. • Use Strings, Integers and the other basic types • The difference between a var and a let • The optional type Swift Classes Structs and Protocols In this video, we will learn about Swift Object oriented programming building blocks. • Create a Swift class • Create a struct and check the difference with a class • Improve a class using a protocol Swift Generics In this video, we will learn how to make a class reusable in different context using the generic approach. • Build a queue • Make the queue reusable with the generic Introduction to Playground In this video, we will learn see what’s a Playground and how we can use it to learn a new language? • Create a Playground file • Overview of Playground Introduction to Playground In this video, we will learn see what’s a Playground and how we can use it to learn a new language? • Create a Playground file • Overview of Playground Introduction to Playground In this video, we will learn see what’s a Playground and how we can use it to learn a new language? • Create a Playground file • Overview of Playground Introduction to Playground In this video, we will learn see what’s a Playground and how we can use it to learn a new language? • Create a Playground file • Overview of Playground In this video, we will learn see what’s a Playground and how we can use it to learn a new language? • Create a Playground file • Overview of Playground In this video, we will learn see what’s a Playground and how we can use it to learn a new language? • Create a Playground file • Overview of Playground Swift Basic Types and Optionals In this video, we will learn about Swift basic types like Strings and Integers and what are the optional values. • Use Strings, Integers and the other basic types • The difference between a var and a let • The optional type Swift Basic Types and Optionals In this video, we will learn about Swift basic types like Strings and Integers and what are the optional values. • Use Strings, Integers and the other basic types • The difference between a var and a let • The optional type Swift Basic Types and Optionals In this video, we will learn about Swift basic types like Strings and Integers and what are the optional values. • Use Strings, Integers and the other basic types • The difference between a var and a let • The optional type Swift Basic Types and Optionals In this video, we will learn about Swift basic types like Strings and Integers and what are the optional values. • Use Strings, Integers and the other basic types • The difference between a var and a let • The optional type In this video, we will learn about Swift basic types like Strings and Integers and what are the optional values. • Use Strings, Integers and the other basic types • The difference between a var and a let • The optional type In this video, we will learn about Swift basic types like Strings and Integers and what are the optional values. • Use Strings, Integers and the other basic types • The difference between a var and a let • The optional type Swift Classes Structs and Protocols In this video, we will learn about Swift Object oriented programming building blocks. • Create a Swift class • Create a struct and check the difference with a class • Improve a class using a protocol Swift Classes Structs and Protocols In this video, we will learn about Swift Object oriented programming building blocks. • Create a Swift class • Create a struct and check the difference with a class • Improve a class using a protocol Swift Classes Structs and Protocols In this video, we will learn about Swift Object oriented programming building blocks. • Create a Swift class • Create a struct and check the difference with a class • Improve a class using a protocol Swift Classes Structs and Protocols In this video, we will learn about Swift Object oriented programming building blocks. • Create a Swift class • Create a struct and check the difference with a class • Improve a class using a protocol In this video, we will learn about Swift Object oriented programming building blocks. • Create a Swift class • Create a struct and check the difference with a class • Improve a class using a protocol In this video, we will learn about Swift Object oriented programming building blocks. • Create a Swift class • Create a struct and check the difference with a class • Improve a class using a protocol Swift Generics In this video, we will learn how to make a class reusable in different context using the generic approach. • Build a queue • Make the queue reusable with the generic Swift Generics In this video, we will learn how to make a class reusable in different context using the generic approach. • Build a queue • Make the queue reusable with the generic Swift Generics In this video, we will learn how to make a class reusable in different context using the generic approach. • Build a queue • Make the queue reusable with the generic Swift Generics In this video, we will learn how to make a class reusable in different context using the generic approach. • Build a queue • Make the queue reusable with the generic In this video, we will learn how to make a class reusable in different context using the generic approach. • Build a queue • Make the queue reusable with the generic In this video, we will learn how to make a class reusable in different context using the generic approach. • Build a queue • Make the queue reusable with the generic "Learning English Numbers” Game. 3 lectures 22:56 Design the UI of the App with Storyboards Through this video, we will learn how to design the UI of the App using Storyboards and Autolayout Improve the WatchOS App with Persistence In this video, we will learn to improve the app we built on the previous section using...

Additional information

A person who has built applications in Objective C for older iOS iterations and want to become an iOS 11 application developer

Developing iOS 11 Applications Using Swift 4

£ 150 + VAT