iOS, Swift & SwiftUI - Complete iOS App Development
- Descrição
- Currículo
- FAQ
- Revisões
In this course you can learn about iOS 16, Swift 5, iOS App Development using UIKit & SwiftUI and latest frameworks from Apple, best engineering and industry practices on how to develop iOS apps that scale.
The course has 170+ downloadable Xcode project resources, 10+ live coding exercises, 4+ coding challenges, 5+ quizzes, 2 practice tests, 4+ iOS apps and 165+ course materials such as video course lectures, slides and external references to help solidify course materials.
The main focus of the course will be:
-
get familiar with iOS development environment: Xcode 14 and iOS 16
-
learn what’s new in iOS 16
-
learn fundamentals of Swift5
-
learn about Swift Charts
-
learn about CoreData & UserDefaults
-
learn how to build apps using Storyboards, SwiftUI and programmatically
-
master best engineering and industry practices related to iOS development
-
learn how to use popular iOS frameworks: Combine, MapKit, CoreLocation
-
get experience building apps with Networking using Alamofire and URLSession
-
learn how to build UI both using Autolayout and programmatically using PureLayout
-
get experience with design patterns such as MVC & MVVM
-
learn how to use Notifications & Delegates
-
learn how regular expressions in Swift 5.7 work
Swift is a powerful language that Apple recommends to use for iOS development. We will explore basics and fundamentals of Swift 5 language in addition to learning more advanced concepts in Swift 5.
We will learn through examples how to use important components of iOS (Table Views, Collection Views, Text Views, Buttons, Text Fields).
One of the important best practices of development is to use unit tests. Hence, we will also learn how to write unit tests in iOS.
We will learn how to use the latest SwiftUI to build iOS apps. SwiftUI is a next generation tool developed by Apple that can be helpful to build iOS app fast in using responsive and declarative statements. Combine is one of the latest additions from Apple.
-
1How to download Xcode from Developer Apple PortalVídeo Aula
In this lecture, we will learn how to get Xcode downloaded from Apple's Developer portal and how to get started with iOS development.
-
2Create an initial Xcode iOS app projectVídeo Aula
-
3Get familiar with Xcode 14 controls, components and project structureVídeo Aula
-
4Constants, variables, operatorsVídeo Aula
-
5Strings and CharactersVídeo Aula
-
6Strings: indicesVídeo Aula
-
7Strings: substringsVídeo Aula
-
8Strings: comparisonVídeo Aula
-
9Strings and charactersQuestionário
-
10Collection Types: IntroductionVídeo Aula
-
11Collection Types: ArraysVídeo Aula
-
12ArraysQuestionário
Let's do some practice test to solidify your learning about arrays.
-
13Arrays: Part 1Questionário
-
14Arrays: Part 2Questionário
-
15Arrays: Part 3Questionário
-
16Collection Types: SetsVídeo Aula
-
17SetsQuestionário
This practice test will help you solidify your knowledge about Swift Sets and review materials learnt in the lectures.
-
18Sets Part1: Main OperationsQuestionário
-
19Sets Part2: OperationsQuestionário
-
20Sets Part 3: Membership and EqualityQuestionário
-
21Collection Types: DictionariesVídeo Aula
-
22Dictionaries: Part 1Questionário
-
23Dictionaries: Part 2Questionário
-
24Control flow: for loopVídeo Aula
-
25Control flow: while loopVídeo Aula
-
26Control flow: repeat whileVídeo Aula
-
27Control flow: if else conditional statementsVídeo Aula
-
28Control flow: switch statementsVídeo Aula
-
29Control flow: Switch, Part 1Questionário
-
30Functions: parameters, return types, multiple return types, arguments, inoutVídeo Aula
-
31Functions: nested functions, function typesVídeo Aula
-
32OptionalsVídeo Aula
-
33Closures: expressions, single expression, short-hand, operator methodVídeo Aula
-
34Closures: autoclosure, trailing closures, escaping closuresVídeo Aula
-
35EnumerationsVídeo Aula
-
36Classes and StructsVídeo Aula
-
37InheritanceVídeo Aula
-
38Protocols: IntroductionVídeo Aula
-
39Protocols: DelegatesVídeo Aula
-
40Protocols: ExtensionsVídeo Aula
-
41Protocols: Synthesized ImplementationVídeo Aula
-
42Protocols: Types and InheritanceVídeo Aula
-
43Protocols: CompositionVídeo Aula
-
44Protocols: Conformance CheckVídeo Aula
-
45Protocols: Optional protocol requirementsVídeo Aula
-
46What is MVC?Vídeo Aula
MVC is a design pattern that Apple recommends to use for iOS. In this lecture we will learn what is MVC and how it applies to iOS development.
-
47MVCQuestionário
The quiz tests the knowledge about Model View Controller (MVC) and helps review the concepts learnt in the lectures.
-
48What is UITableView?Vídeo Aula
-
49Create a starting project (MagicTravel app)Vídeo Aula
-
50Adding UITableView to Storyboard and linking it to View Controller via IBOutletVídeo Aula
-
51UITableViewDataSourceVídeo Aula
-
52UITableViewCellVídeo Aula
-
53Configuring table view cell and table view to show dataVídeo Aula
-
54Handle tapping on row / table view cell?Vídeo Aula
-
55Displaying additional data inside UITableViewCellVídeo Aula
-
66What is Cocoa Pods?Vídeo Aula
-
67Installing Cocoa Pods in your system using GemVídeo Aula
-
68Installing Cocoa Pods in your system using HomeBrewVídeo Aula
-
69Debugging & resolving CocoaPods installation errorVídeo Aula
-
70Create a new XCode projectVídeo Aula
-
71Fixing a "rvm" or "pod" command not found issueVídeo Aula
-
72How to set up Cocoa Pods for Xcode project?Vídeo Aula
-
73PureLayout, SDWebImage, AlamoFireVídeo Aula
-
76NYC Schools Open Data APIsVídeo Aula
-
77Setup Networking/Data Layer serviceVídeo Aula
-
78Setup Constants to hold your URL and other important informationVídeo Aula
-
79Data Error enumVídeo Aula
-
80Codable & Decodable to parse incoming JSON dataVídeo Aula
-
81HTTPVídeo Aula
-
82Networking using iOS standard services: URLComponent and URLSession (part 1)Vídeo Aula
-
83Networking using Apple standard services (part 2)Vídeo Aula
-
84Networking using Apple Standard service (part 3)Vídeo Aula
-
85AlamoreFire: how to make a networking call using AF library (part1)Vídeo Aula
-
86AlamoFire: using Decodable to parse data in the response (part2)Vídeo Aula
-
87JSON format and detailsTexto
-
88Completion callbacks / closuresVídeo Aula
