Muhammad Zeeshan Mazhar
Muhammad Zeeshan Mazhar
  • 99
  • 152 482
Mastering Overlays in SwiftUI: Step-by-Step Guide for iOS 17.6 in 2024 | Xcode 15.4 & Swift 5.6
🔵 Mastering Overlays in SwiftUI: A Step-by-Step Guide for iOS 17.6 in 2024 🔵
In this video, I'll walk you through the process of creating overlays in SwiftUI, using the latest iOS 17.6, Xcode 15.4, and Swift 5.6. Whether you're a beginner or an experienced developer, this tutorial will help you enhance your app's UI with overlays, providing a polished and modern look.
📌 What You'll Learn:
How to create and customize overlays in SwiftUI
Step-by-step implementation in iOS 17.6 with Xcode 15.4
Tips and best practices for Swift 5.6 development
🔗 Resources:
Download Xcode 15.4
Swift Documentation
Don't forget to like, subscribe, and hit the notification bell to stay updated with the latest SwiftUI tutorials!
📲 Follow Me on Social Media:
LinkedIn: www.linkedin.com/in/muhammadzeeshanmazhar
Website:silentsol.com
GitHub Profile Link:github.com/zeeshanbiit
StackOverFlow Link:stackoverflow.com/users/6458694/muhammad-zeshan-mazhar
UA-cam Channel Link:youtube.com/@MuhammadZeeshanMazhar786?si=jL62nVn7cEiVv4oR
Twitter:@zeeshanbiit
Instagram: zeeshanbiit
Upwork: www.upwork.com/freelancers/~01d9aebe69858df7de?mp_source=share
#SwiftUI #iOS17 #Xcode15 #Swift5.6 #Overlay #iOSDevelopment #2024
Переглядів: 9

Відео

Master SwiftUI: Step-by-Step Guide to Downloading Images with URLSession in Swift 5.6 (Xcode 15.4)
Переглядів 2214 днів тому
🚀 Unlock the power of SwiftUI with our latest 2024 guide! In this video, we'll walk you through the process of downloading images from a URL using URLSession in Swift 5.6, all within Xcode 15.4. Whether you're a beginner or an experienced developer, this step-by-step tutorial is tailored to help you master essential SwiftUI skills. 📲 What You’ll Learn: Setting up URLSession for image downloadin...
SwiftUI MVVM Best Practices 2024: Connecting ViewModel to Display API Data in a List
Переглядів 6414 днів тому
Welcome to our latest SwiftUI MVVM tutorial for 2024! In this video, we dive deep into best practices for connecting a ViewModel to a SwiftUI view to seamlessly display data from an API in a list. What You'll Learn: MVVM Architecture: Understand the core concepts of the Model-View-ViewModel (MVVM) design pattern and why it's essential for scalable SwiftUI apps. API Integration: Learn how to fet...
API Calling with Network Manager in MVVM - SwiftUI 2024 Tutorial
Переглядів 4621 день тому
Learn how to efficiently perform API calls using a Network Manager within the MVVM architecture in SwiftUI. This step-by-step tutorial will guide you through the process of setting up your SwiftUI project, creating a Network Manager for handling API requests, and integrating it with the MVVM pattern. Perfect for beginners and advanced developers looking to enhance their SwiftUI skills in 2024. ...
Unlock SwiftUI MVVM: Advanced Model Definition with Codable, Identifiable & Custom Coding Keys
Переглядів 621 день тому
Welcome to my SwiftUI MVVM tutorial! In this video, we'll dive into the Model-View-ViewModel (MVVM) architecture and explore how to create robust models in SwiftUI using Codable and Identifiable protocols. We'll cover: An introduction to the MVVM pattern in SwiftUI. How to define and structure your models for clean and efficient data handling. The difference between Codable, Decodable, and Enco...
SwiftUI Tutorial:' if let' and 'guard let' Explained with Examples
Переглядів 2021 день тому
Welcome to my SwiftUI tutorial on if let and guard let statements! 🚀 In this video, we'll dive deep into the world of optional unwrapping in SwiftUI, explaining when and how to use if let and guard let with practical examples. What You'll Learn: The basics of optionals in Swift How to safely unwrap optionals using if let How to handle early exits and ensure conditions with guard let Real-world ...
Swift 6 Basics: Variables, Functions, Control Flow, Classes & More | Beginner's Guide
Переглядів 1821 день тому
Welcome to my Swift 6 tutorial for beginners! 🚀 In this video, we’ll dive into the fundamentals of Swift 6, Apple’s powerful and intuitive programming language. Whether you’re new to coding or just new to Swift, this tutorial will help you get up to speed quickly. 📚 What You'll Learn: Variables: How to declare and use variables and constants. Data Types: Understanding different data types such ...
SwiftUI Hacks: SwiftUI Extensions | Customizing Buttons and Views | SwiftUI Pro Tips
Переглядів 1728 днів тому
Welcome to our SwiftUI tutorial series! In this video, we’ll show you how to create extensions for custom classes and predefined classes like buttons and views. Extensions are a powerful feature in Swift that can help you add new functionality to existing types, making your SwiftUI code cleaner and more efficient. In this video, you will learn: What extensions are and why they are useful in Swi...
Beginner's Guide to MVVM in SwiftUI : Step-by-Step Tutorial | Building Better Apps
Переглядів 5128 днів тому
Welcome to our SwiftUI tutorial series for beginners! In this video, we will dive into the MVVM (Model-View-ViewModel) architecture pattern and how to implement it in your SwiftUI projects. Whether you're new to SwiftUI or looking to enhance your app development skills, this tutorial is perfect for you. In this video, you will learn: What MVVM architecture is and why it’s important. How to stru...
SwiftUI Basics: Action Sheets and Fullscreen Covers Explained | Step-by-Step Tutorial
Переглядів 14428 днів тому
Unlock the full potential of your SwiftUI apps with this comprehensive tutorial on creating action sheets and fullscreen covers! 🚀 In this video, we'll dive deep into the essential components of SwiftUI, guiding you step-by-step on how to implement action sheets and fullscreen covers in your projects. Whether you're a beginner or an experienced developer, this tutorial will enhance your SwiftUI...
SwiftUI Customization: Step-by-Step Guide to Custom UI & TabBar in SwiftUI
Переглядів 39Місяць тому
Welcome to my SwiftUI tutorial! In this video, I'll walk you through the process of creating custom views, buttons, images, and a custom tab bar in SwiftUI. Whether you're a beginner or an experienced iOS developer, this tutorial will help you enhance your UI development skills. What You'll Learn: How to create custom views in SwiftUI Designing and implementing custom buttons Integrating and cu...
SwiftUI Navigation Stack & Tab Bar Color Customisation | Step-by-Step Guide
Переглядів 73Місяць тому
Welcome to my SwiftUI tutorial! In this video, I’ll walk you through the steps to create a navigation stack and customize the tab bar color in SwiftUI. Whether you’re a beginner or an experienced developer, this guide will help you enhance your SwiftUI projects with ease. 📋 What You'll Learn: How to set up a navigation stack in SwiftUI How to navigate between different views How to customize th...
Creating a Tab Bar in SwiftUI: Step-by-Step Guide (Latest Xcode & Swift)
Переглядів 33Місяць тому
In this tutorial, I'll walk you through the process of creating a tab bar in SwiftUI using the latest versions of Xcode, Swift, and macOS. Whether you're a beginner or an experienced developer, this step-by-step guide will help you understand how to implement a functional and visually appealing tab bar in your SwiftUI applications. In this video, you'll learn: Setting up a new SwiftUI project i...
Learn How to Create and Show Alerts in SwiftUI | Step-by-Step Guide
Переглядів 24Місяць тому
Welcome to my SwiftUI tutorial! In this video, I'll guide you through the process of creating and displaying alerts in SwiftUI. Whether you're a beginner or looking to refine your skills, this step-by-step tutorial will help you understand how to effectively use the Alert modifier to provide important information or actions to your users. In this video, you will learn: How to set up state varia...
Build a Stunning Barcode Scanner App in SwiftUI | Step-by-Step Tutorial with Xcode
Переглядів 31Місяць тому
Welcome to my latest SwiftUI tutorial! In this video, I'll guide you through building a fully functional Barcode Scanner app using the latest Swift and Xcode (2024). We'll cover everything from setting up the project to integrating barcode scanning capabilities that work seamlessly on your device. 📋 What You'll Learn: Setting up a new SwiftUI project in Xcode Implementing barcode scanning funct...
Build a Stunning Barcode Scanner UI in SwiftUI | Step-by-Step Tutorial with Xcode
Переглядів 265Місяць тому
Build a Stunning Barcode Scanner UI in SwiftUI | Step-by-Step Tutorial with Xcode
Mastering SwiftUI 6 (2024): Creating Lists in SwiftUI & UITableViews in UIKit Using Xcode
Переглядів 64Місяць тому
Mastering SwiftUI 6 (2024): Creating Lists in SwiftUI & UITableViews in UIKit Using Xcode
Mastering SwiftUI: Integrate UIKit in SwiftUI Project SafariView | Xcode 15.4 (Swift 6, 2024)
Переглядів 58Місяць тому
Mastering SwiftUI: Integrate UIKit in SwiftUI Project SafariView | Xcode 15.4 (Swift 6, 2024)
Mastering Grid Layouts in SwiftUI 2024: Create Stunning iOS Collection Views with Ease!
Переглядів 33Місяць тому
Mastering Grid Layouts in SwiftUI 2024: Create Stunning iOS Collection Views with Ease!
Design a Stunning Weather App Main Screen with SwiftUI in Xcode 15 (Swift 6, 2024)
Переглядів 39Місяць тому
Design a Stunning Weather App Main Screen with SwiftUI in Xcode 15 (Swift 6, 2024)
Mastering SwiftUI: Renaming Main Content File & View in Xcode 15 (Swift 6) - 2024 Tutorial
Переглядів 44Місяць тому
Mastering SwiftUI: Renaming Main Content File & View in Xcode 15 (Swift 6) - 2024 Tutorial
Master Dark & Light Mode in SwiftUI! | Xcode 15 Tutorial 2024 🚀
Переглядів 78Місяць тому
Master Dark & Light Mode in SwiftUI! | Xcode 15 Tutorial 2024 🚀
Master SwiftUI Buttons in Xcode 15.4: Easy Tutorial for 2024!
Переглядів 105Місяць тому
Master SwiftUI Buttons in Xcode 15.4: Easy Tutorial for 2024!
Create a Full-Screen Gradient in Swift 6 (2024) with Xcode 15.4 | Step-by-Step Tutorial
Переглядів 79Місяць тому
Create a Full-Screen Gradient in Swift 6 (2024) with Xcode 15.4 | Step-by-Step Tutorial
Download and Use Symbols in SwiftUI with Xcode 15.4 (2024 Guide)
Переглядів 67Місяць тому
Download and Use Symbols in SwiftUI with Xcode 15.4 (2024 Guide)
Beginner's Guide: Creating a C++ Project in Xcode 15.4 on Mac (2024)
Переглядів 60Місяць тому
Beginner's Guide: Creating a C Project in Xcode 15.4 on Mac (2024)
Learn Drag and Drop in SwiftUI 2024 - Easy Tutorial for Beginners
Переглядів 69Місяць тому
Learn Drag and Drop in SwiftUI 2024 - Easy Tutorial for Beginners
Learn Data Types in Swift 5: Int, Double, String, Bool, and more!
Переглядів 20Рік тому
Learn Data Types in Swift 5: Int, Double, String, Bool, and more!
Xcode 14.2 Tutorial: How to Show or Hide File Extensions for Better File Management
Переглядів 174Рік тому
Xcode 14.2 Tutorial: How to Show or Hide File Extensions for Better File Management
SignIn With Apple in IOS Swift 5
Переглядів 1,3 тис.4 роки тому
SignIn With Apple in IOS Swift 5

КОМЕНТАРІ

  • @TurzoZami
    @TurzoZami 4 дні тому

    Thank you so much.

  • @NoshaidAlee
    @NoshaidAlee 13 днів тому

    not clear the purpose of "Identifiable"

  • @Ceritaskor
    @Ceritaskor 27 днів тому

    Thank you, you are very helpful👍🏻

  • @fahadmalik7941
    @fahadmalik7941 Місяць тому

    the video is way too blurry

  • @ifeelgray
    @ifeelgray Місяць тому

    random indian midnight video supremacy. <500 sub tom brady tier

  • @user-gv7zt3cu7e
    @user-gv7zt3cu7e Місяць тому

    But where is the scanner functionality?

    • @MuhammadZeeshanMazhar786
      @MuhammadZeeshanMazhar786 Місяць тому

      It's Just a UI for the Scanner App will upload a scanner functionality video soon.

  • @AnimationsForfun-iv8qx
    @AnimationsForfun-iv8qx 2 місяці тому

    I kinda knew how to do all this but you put me in the right path🎉

  • @terrytanko2780
    @terrytanko2780 3 місяці тому

    please can you help me out? even after everything it doesn't open on safari

  • @user-yw6mm6md8p
    @user-yw6mm6md8p 3 місяці тому

    This is really helpful vedio

  • @brionnaedmundson6616
    @brionnaedmundson6616 4 місяці тому

    Very helpful!! Thank you!

  • @rip_asura48
    @rip_asura48 4 місяці тому

    bravo, thx bro

  • @KamilahGG-hf9tj
    @KamilahGG-hf9tj 4 місяці тому

    you're amazing. this is amazing.

  • @saikrishnagoud982
    @saikrishnagoud982 6 місяців тому

    Thank you

  • @padmadiskit7151
    @padmadiskit7151 7 місяців тому

    thankyou for this tutorial, it helped me a lot😊

  • @MaxwellBryant-vp1ut
    @MaxwellBryant-vp1ut 8 місяців тому

    very good thanks

  • @tenzindhadon1476
    @tenzindhadon1476 8 місяців тому

    Amazing finally one video could save me 😅

  • @borokiniclassic9624
    @borokiniclassic9624 9 місяців тому

    Thank you Mohammed. I did my first testing page. Please do more videos. Thank you, I am greatful.

  • @user-fb8jb5yi6g
    @user-fb8jb5yi6g 9 місяців тому

    I HATE that I even had to look this up.

    • @Mm-mg9xy
      @Mm-mg9xy 9 місяців тому

      Is mac good enough then

    • @user-fb8jb5yi6g
      @user-fb8jb5yi6g 9 місяців тому

      @@Mm-mg9xy It is. This is more about my frustration at having to look up what one would think would be simple tasks and easier to figure out. From a life long PC user, I love my Mac. Lol.

    • @Mm-mg9xy
      @Mm-mg9xy 9 місяців тому

      @user-fb8jb5yi6g oh okay do you think mac without iphone or any other apple products worth it

  • @sudinshrestha007
    @sudinshrestha007 9 місяців тому

    I can't edit it after i add other things in txt file. As i know we can add extra things in code and we can see the edited code by refreshing the html web ones, isn't it?

  • @user-ng2td8zf3p
    @user-ng2td8zf3p 10 місяців тому

    after writing testing web page where you click?

  • @Leslol
    @Leslol 10 місяців тому

    thank you so much!, this video keeps saving me lol

  • @Markolegr
    @Markolegr 10 місяців тому

  • @explore_with_muskan
    @explore_with_muskan 10 місяців тому

    sir how can i create .net (web form ) in macbook

  • @tommy-nm6mk
    @tommy-nm6mk 11 місяців тому

    I Watched 10 videos but i learn how to do it Only with this so very good work👍🏼💪🏼💪🏼

  • @Villekulla44
    @Villekulla44 Рік тому

    Just the job.

  • @munjalsharma3752
    @munjalsharma3752 Рік тому

    when i double click my html file, it just show the coding on the website but no the content that we want to display

  • @featherart3879
    @featherart3879 Рік тому

    This video is very genuine and point to point and i realllly liked it. It helpede soo much Tomorrow is my project submission and i was very stressed but then this video just made everything so 👍 right...... THANKS ALOT!!!🙏🙏

  • @Babymexico720
    @Babymexico720 Рік тому

    thanks bro! helped out a lot!

  • @nick-03
    @nick-03 Рік тому

    How do I link it to a domain?

  • @md.tauhidulislambookreview5126

    Just loved it!

  • @emjaymeleane1509
    @emjaymeleane1509 Рік тому

    Thank you for this I watched tons of different videos and this is the only that helped!

  • @priyaranjansahoo9344
    @priyaranjansahoo9344 Рік тому

    Bro u helped me a lot as i had to practice my skills

  • @tacobottle4217
    @tacobottle4217 Рік тому

    thanks pal

  • @greenlake247
    @greenlake247 Рік тому

    Use just saved me a lot of trouble...thanks a ton.

  • @hassanrasheed4163
    @hassanrasheed4163 Рік тому

    you should make more videes

  • @RookieSDR
    @RookieSDR Рік тому

    How do I add it to my VPs IPv4?

  • @yuuchiclavo5426
    @yuuchiclavo5426 Рік тому

    thank you!

  • @hudahussein7391
    @hudahussein7391 Рік тому

    i haded a hw about it thank u u helped me so much!!!!

  • @lakshanchamod1208
    @lakshanchamod1208 Рік тому

    thanks ❤

  • @meezy1128
    @meezy1128 Рік тому

    bro thank you

  • @nelkisujith9494
    @nelkisujith9494 2 роки тому

    Send source code pls

  • @isaiahcarter6247
    @isaiahcarter6247 2 роки тому

    Thank you stranger !!!

  • @abdisalah9212
    @abdisalah9212 2 роки тому

    Thanks bro!

  • @sunninailsx
    @sunninailsx 2 роки тому

    The only video that really helped. Thank you so much

  • @williamskipper8945
    @williamskipper8945 2 роки тому

    This was an amazing tutorial.. Please take it another step!

  • @ItsDiannah
    @ItsDiannah 2 роки тому

    Oh my gosh I watched about 100 videos until I got to yours, THANK YOU !!!!!!

  • @ojasbhandari414
    @ojasbhandari414 2 роки тому

    thank u very much, it worked!

  • @sammywammy1134
    @sammywammy1134 2 роки тому

    thanks bro

  • @user-lm5zf3tg3j
    @user-lm5zf3tg3j 2 роки тому

    Good video very helpful

  • @jedrusmanalo2490
    @jedrusmanalo2490 2 роки тому

    Thank you so much, it still works after 2 years!