SwiftUI Cookbook - Over 100 Recipes for Building iOS Apps
- Descrição
- Currículo
- FAQ
- Revisões
SwiftUI is Apple’s new framework for building next generation iOS, macOS, watchOS and tvOS applications. If you have been developing apps using UIKit then you will find SwiftUI to be quite different. This course is designed to teach you SwiftUI in the form of small tasks called recipes. Each section will cover different aspects of SwiftUI framework and by the end of the course, you will be familiar with all the different features of SwiftUI framework. Let’s take a closer look at the contents of the course.
Why should I learn SwiftUI?
SwiftUI is Apple’s new declarative framework for building iOS applications. Apple has made it clear that SwiftUI will be the future framework for building user interfaces for all devices. By learning SwiftUI, you are making an investment in your future. Few years from now, most of the companies will be using SwiftUI for building their modern applications. In order for you to stay relevant as an iOS developer, you must invest time to learn SwiftUI.
What’s inside this course?
– Lists
– Grids and stacks
– Gestures
– Data flow
– Graphics, shapes and paths
– Navigation and navigation bar
– Xcode previews
– Sheets
– Pickers
– Maps 11
– UIKit and SwiftUI interoperability
– SwiftUI and Core Data
– SwiftUI and Firebase
– Testing
One of the benefits of taking this course is that I will be adding new recipes frequently. This means you will get all the new videos, free of charge. Each lecture is accompanied with a downloadable resource, which allows you to quickly test your code.
In this course we’ll find answers to questions like:
“How to rotate a view in SwiftUI?”
“How to connect a SwiftUI app with Core Data?”
“How to perform paging in a List view?”
“How to draw graphs in SwiftUI?”
“How to implement a ratings view in SwiftUI?”
Are there any course requirements or prerequisites?
-
macOS
-
Xcode 12 or above
-
Knowledge of Swift language is required
-
Familiarly with SwiftUI framework is recommended
Who is this course for?
-
Anyone who wants to learn Apple’s new user interface framework called SwiftUI.
-
iOS developers who want to transition from UIKit based apps to SwiftUI apps.
-
Anybody looking for a problem solution approach for developing iOS applications.
This course is for all developers who want to learn the SwiftUI framework. The course will help you to understand different aspects of SwiftUI development in the form of recipes.
Don’t take my word for it, take a look at some of the amazing reviews for my other courses.
Great course, Azam skips the basic stuff yet does CLEARLY explain the important concepts that most courses miss or fail to provide clear details about. It looks like he keeps the course up to date as well, either by adding updated lessons or notes explaining changes in the swift framework in the notes.
This course was above my expectations indeed. Very valuable, and thank you Azam.
As every course by Azam is awesome, full of information and Great explanations and examples, simply amazing. Azam is such a Great Teacher. If you really want to learn and make good use of your money, he is the right Choice.
Thank you for your continuous support and I really hope you enjoy the course!
Azam
-
7Display Items in List (Numbers, Custom Objects and Indices)Vídeo Aula
-
8How to display alternate row styles in a list?Vídeo Aula
-
9Adding, Removing and Moving Items in the ListVídeo Aula
-
10How to remove separate style from the list? (iOS 15 & Xcode 13 and above)Vídeo Aula
-
11How to group items in a List?Vídeo Aula
-
12Changing background color of the ListVídeo Aula
-
13How to implement pull to refresh in List? (iOS 15 & Xcode 13 and above)Vídeo Aula
-
14Filtering results in a List (iOS 15 & Xcode 13 and above)Vídeo Aula
-
15How to make the complete row clickable inside a List?Vídeo Aula
-
16How to auto scroll the List to a particular section?Vídeo Aula
-
17How to add swipe actions to a list? (iOS 15 & Xcode 13 and above)Vídeo Aula
-
18How to select multiple items in a List?Vídeo Aula
-
19How to make collapsible headers in a List?Vídeo Aula
-
20How to create infinite scrolling list? (Integrated with JSON API)Vídeo Aula
-
21How to create checkboxes in List?Vídeo Aula
-
22How to create radio buttons in SwiftUI?Vídeo Aula
-
33How to pass data from child to parent view using @Binding?Vídeo Aula
-
34How to implement global state using @EnvironmentObject?Vídeo Aula
-
35How to deal with optional bindings?Vídeo Aula
-
36How to listen for state changes using onChange modifier?Vídeo Aula
-
37How to listen for notifications changes using onReceive modifier?Vídeo Aula
-
38How to download and display images in SwiftUI?Vídeo Aula
-
39How to use @AppStorage in SwiftUI?Vídeo Aula
-
40How to create gradients?Vídeo Aula
-
41How to draw rounded corners?Vídeo Aula
-
42How to create shapes and paths?Vídeo Aula
-
43How to draw a line graph in SwiftUI?Vídeo Aula
-
44How to draw a bar chart in SwiftUI?Vídeo Aula
-
45How to build a rating view in SwiftUI?Vídeo Aula
-
46How to create blur effects?Vídeo Aula
-
47How to perform navigation based on Button click?Vídeo Aula
-
48How to pass data to a detail view from a List?Vídeo Aula
-
49How to programmatically perform a navigation?Vídeo Aula
-
50How to perform unwind navigation in SwiftUI?Vídeo Aula
-
51How to add bar item buttons to the navigation bar?Vídeo Aula
-
52How to add an image to the navigation title?Vídeo Aula
-
53How to color NavigationBar?Vídeo Aula
-
54How to perform pagination in SwiftUI?Vídeo Aula
-
55How to use NavigationStack?Vídeo Aula
-
56How to do programmatic navigation in NavigationStack?Vídeo Aula
-
79What is TDD?Vídeo Aula
-
80Why should you use TDD?Vídeo Aula
-
81What you should test and what you should not?Vídeo Aula
-
82When should you use TDD?Vídeo Aula
-
83Common misconceptions about TDDVídeo Aula
-
84Rules of writing good testVídeo Aula
-
85How to write a unit test for SwiftUI views?Vídeo Aula
