SwiftUI iOS 16 Crash Course : Emoji Quote App in SwiftUI
SwiftUI iOS 16 Crash Course : Emoji Quote App in SwiftUI, available at $59.99, has an average rating of 3.72, with 38 lectures, based on 9 reviews, and has 4558 subscribers.
You will learn about Learn to build an iOS 16 App Learn good programming practices Get a taste of what can be done in SwiftUI within two hours Have fun programming and exploring This course is ideal for individuals who are Beginner-advanced programmers or anyone wanting to learn to program iOS 15 and iOS 16 using SwiftUI or Anyone who wants a quick overview of what can be done in SwiftUI It is particularly useful for Beginner-advanced programmers or anyone wanting to learn to program iOS 15 and iOS 16 using SwiftUI or Anyone who wants a quick overview of what can be done in SwiftUI.
Enroll now: SwiftUI iOS 16 Crash Course : Emoji Quote App in SwiftUI
Summary
Title: SwiftUI iOS 16 Crash Course : Emoji Quote App in SwiftUI
Price: $59.99
Average Rating: 3.72
Number of Lectures: 38
Number of Published Lectures: 37
Number of Curriculum Items: 38
Number of Published Curriculum Objects: 37
Original Price: $19.99
Quality Status: approved
Status: Live
What You Will Learn
- Learn to build an iOS 16 App
- Learn good programming practices
- Get a taste of what can be done in SwiftUI within two hours
- Have fun programming and exploring
Who Should Attend
- Beginner-advanced programmers or anyone wanting to learn to program iOS 15 and iOS 16 using SwiftUI
- Anyone who wants a quick overview of what can be done in SwiftUI
Target Audiences
- Beginner-advanced programmers or anyone wanting to learn to program iOS 15 and iOS 16 using SwiftUI
- Anyone who wants a quick overview of what can be done in SwiftUI
Welcome to iOS Development using SwiftUI. This is a crash course so let’s keep it short and sweet.
The goal of this course is to cover as many features as possible in iOS 16 development programming using SwiftUI and the Swift programming language. This is a crash course with a no b.s. approach.
After covering quite a lot of basics of SwiftUI (Stacks, Forms, Lists, ForEach, Buttons, Sliders, Pickers, Color Pickers, Scroll Views, Sheets, state, binding, animations, etc) we move on to the main app.
Roughly speaking this app has a blinking emoji with a speech bubble next to it (similar in style to Duolingo) and in the speech bubble a quote of the day appears. We learn how to grab a random quote from the internet. We are given a list of images with the quote inside. We can edit the text color, the text size, image size. We can save this quoted image to our photo album or share it using a share link.
Here is a list of the topics we will cover and the Apps we will create.
-
Basics. We begin with a very brief introduction to Text, modifiers, HStack, VStack, ZStack, state variables, animations, onAppear.
-
Beyond the basics. We cover slightly more advanced basics such as ForEach views, sheets, pickers, sliders, toggle switches, scroll views, buttons, etc.
-
The Main App. Henceforth we delve onto the main app.
-
App Icon. We learn how to create an App icon based on pexels and figma.
-
SVG to PNG. We disassemble a SVG image and convert to PNG using figma. In other words we take an SVG image of an emoji and separate the eyes from the rest of the image. That way at a later stage in the course we can animate the eyes as if they are blinking from time to time.
-
Speech Bubble Shape.We use Shape and Path to create a speech bubble. Moreover, we learn how to add text to the speech bubble.
-
Light and Dark mode. We learn how to create a color palette that will support light and dark mode. Moreover, this is easily customizable. If you decided you prefer a different color scheme then the necessary changes are minimal.
-
Quote Model. We create a model of a quote based on a free quote API that we will be using in the course.
-
Quote View Model. This is part of the MVVM (Model, View-Model, View design pattern) which works naturally with SwiftUI. The View-Model can be roughly thought of as the glue connecting the view that we see an interact with and the model behind the scenes that models our data.
-
Emoji Ninja. At this point when we tap on the emoji a new quote is generated and in addition if we use a long press gesture on the quote then the quote is copied to the clipboard using a context menu.
-
Grid images. We create a grid of images. The number of columns depend on using an iPad or iPhone. Throughout the project we address adapting to both the iPhone and iPad.
-
Share Images View. We create a share sheet where we can customize the image and quote. For instance we can change the text color and size and we can also change the image size and share the image or save the image as a picture.
-
Offline quote. The quote API we are using is free, however the API does have an undefined restriction on how many quotes we can use daily. In case we exceed the limit then we create a function that randomly creates a quote based on an internal list of quotes.
-
Testing the App. We run the App and test out the features. It is worthwhile to test the App on a real device and not just on the simulator.
-
We cover an impressive amount of material in a very short time span. Hence a crash course in SwiftUI and iOS Development.
Like all of my courses this course is dynamic and I will be adding content regularly.However the goal of the course is to have a succinct, terse yet fairly comprehensive taste of SwiftUI and iOS 16 Development. So I will keep the general flavor of the course, that is, to be direct and to the point.
I hope you enjoy this course as much as I enjoyed creating it. Also make the code your own. Experiment and be creative. Try to implement an App idea of your own using what you’ve learned from this course.
I am always available for questions and am highly responsive. I check the Q & A and direct messages twice a day.
Happy programming, have a Great day and I enjoy your programming journey !
Ron
Course Curriculum
Chapter 1: Introduction
Lecture 1: Introduction
Lecture 2: Installing Xcode 14
Lecture 3: Warming Up with the Basics
Chapter 2: Beyond the Basics
Lecture 1: Beyond the Basics – ForEach and ScrollView
Lecture 2: Lists and Sheets
Lecture 3: Forms, Buttons, Pickers, Sliders, Toggle, Images, Overlays – Structure
Lecture 4: Forms, Buttons, Pickers, Sliders, Toggle, Images, Overlays – The Image Section
Lecture 5: Forms, Buttons, Pickers, Sliders, Toggle, Images, Overlays – Edit Text Section
Lecture 6: Forms, Buttons, Pickers, Sliders, Toggle, Images, Overlays – Edit Options
Lecture 7: Forms, Buttons, Pickers, Sliders, Toggle, Images, Overlays – Final Touches
Lecture 8: Buttons Buttons Buttons
Lecture 9: Steppers
Lecture 10: Alert, Action Sheet, AsyncImage, Computed Properties and Default Buttons
Chapter 3: Useful Tips
Lecture 1: Useful Hotkeys
Chapter 4: Emoji App
Lecture 1: Getting started and creating the App Icon
Lecture 2: Get the Emoji SVG, separate parts and import to Xcode
Lecture 3: Blinking Ninja Emoji
Lecture 4: Speech Bubble View – Part 1
Lecture 5: Speech Bubble View – Part 2
Lecture 6: Adding the text to the Speech Bubble View
Lecture 7: Light and Dark mode color palette
Lecture 8: The Quote Model
Lecture 9: The Quote View Model
Lecture 10: The Emoji Ninja can quote
Lecture 11: Create context menu to copy to clipboard
Lecture 12: Import Images and GridImagesView
Lecture 13: The Images View
Lecture 14: Completing the GridImagesView
Lecture 15: Updating the Image View
Lecture 16: ShareImageView – Part 1
Lecture 17: ShareImageView – Part 2 – Image and Color Picker section
Lecture 18: ShareImageView – Part 3 – Adding Sliders
Lecture 19: ShareImageView – Part 4 – Store image in Photo Album
Lecture 20: ShareImageView – Part 5 – Share Image using ShareLink
Lecture 21: Updating MainEmojiQuoteView and GridImagesView
Lecture 22: The Emoji Quote App in Action
Lecture 23: BONUS
Instructors
-
Dr. Ron Erez
Computer programmer, Educator and Mathematician
Rating Distribution
- 1 stars: 2 votes
- 2 stars: 0 votes
- 3 stars: 1 votes
- 4 stars: 3 votes
- 5 stars: 3 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024