Companies Home Search Profile

SwiftUI iOS 16 Crash Course : Emoji Quote App in SwiftUI

Focused View

Dr. Ron Erez

2:43:27

97 View
  • 1. Introduction.mp4
    01:04
  • 2. Installing Xcode 14.mp4
    02:15
  • 3. Warming Up with the Basics.mp4
    03:54
  • 1. Beyond the Basics - ForEach and ScrollView.mp4
    06:50
  • 2. Lists and Sheets.mp4
    09:24
  • 3. Forms, Buttons, Pickers, Sliders, Toggle, Images, Overlays - Structure.mp4
    05:08
  • 4. Forms, Buttons, Pickers, Sliders, Toggle, Images, Overlays - The Image Section.mp4
    06:32
  • 5. Forms, Buttons, Pickers, Sliders, Toggle, Images, Overlays - Edit Text Section.mp4
    04:36
  • 6. Forms, Buttons, Pickers, Sliders, Toggle, Images, Overlays - Edit Options.mp4
    09:29
  • 7. Forms, Buttons, Pickers, Sliders, Toggle, Images, Overlays - Final Touches.mp4
    02:09
  • 1. Getting started and creating the App Icon.mp4
    05:12
  • 2. Get the Emoji SVG, separate parts and import to Xcode.mp4
    06:08
  • 3. Blinking Ninja Emoji.mp4
    06:11
  • 4. Speech Bubble View - Part 1.mp4
    10:42
  • 5. Speech Bubble View - Part 2.mp4
    04:48
  • 6. Adding the text to the Speech Bubble View.mp4
    02:21
  • 7. Light and Dark mode color palette.mp4
    06:12
  • 8. The Quote Model.mp4
    04:35
  • 9. The Quote View Model.mp4
    07:02
  • 10. The Emoji Ninja can quote.mp4
    05:06
  • 11. Create context menu to copy to clipboard.mp4
    01:54
  • 12. Import Images and GridImagesView.mp4
    05:29
  • 13. The Images View.mp4
    03:59
  • 14. Completing the GridImagesView.mp4
    03:33
  • 15. Updating the Image View.mp4
    05:00
  • 16. ShareImageView - Part 1.mp4
    08:02
  • 17. ShareImageView - Part 2 - Image and Color Picker section.screenflow.mp4
    01:55
  • 18. ShareImageView - Part 3 - Adding Sliders.mp4
    03:47
  • 19. ShareImageView - Part 4 - Store image in Photo Album.mp4
    03:05
  • 20. ShareImageView - Part 5 - Share Image using ShareLink.mp4
    04:04
  • 21. Updating MainEmojiQuoteView and GridImagesView.mp4
    06:33
  • 22. The Emoji Quote App in Action.mp4
    05:45
  • 23.1 Deep Dive IOS 16 SwiftUI Programming - (Coupon code DEEP-DIVE-SWIFTUI).html
  • 23.2 Promo for iOS in bonus lecture - final.pdf
  • 23. BONUS.mp4
    00:43
  • Description


    Direct, no nonsense approach to iOS 16 Mobile Development with SwiftUI

    What You'll 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 is this for?


  • 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
  • More details


    Description

    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.

    1. Basics. We begin with a very brief introduction to Text, modifiers, HStack, VStack, ZStack, state variables, animations, onAppear.

    2. Beyond the basics. We cover slightly more advanced basics such as ForEach views, sheets, pickers, sliders, toggle switches, scroll views, buttons, etc.

    3. The Main App. Henceforth we delve onto the main app.

      1. App Icon. We learn how to create an App icon based on pexels and figma.

      2. 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.

      3. Speech Bubble Shape. We use Shape and Path to create a speech bubble. Moreover, we learn how to add text to the speech bubble.

      4. 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.

      5. Quote Model. We create a model of a quote based on a free quote API that we will be using in the course.

      6. 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.

      7. 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.

      8. 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.

      9. 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.

      10. 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.

      11. 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


    Who this course is for:

    • 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

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Dr. Ron Erez
    Dr. Ron Erez
    Instructor's Courses
    Dr. Ron Erez has been programming for over 30 years and has always been amazed by the creativity and satisfaction of writing computer programs. Ron is also an experienced teacher having taught mathematics, computer science and English literature from middle school to university level courses.In Ron's free time he is out cooking, cleaning, skateboarding and just living life.I hope you enjoy taking my course as much as I enjoyed teaching it.Good luck on your journey to learn something new and exciting.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 33
    • duration 2:43:27
    • Release Date 2023/02/22

    Courses related to iOS Development

    Subtitle
    Intermediate Core Data
    RayWenderlichIntermediate Core Data
    1:01:53
    English subtitles
    06/15/2023

    Courses related to SwiftUI