Xcoder-Ayush
Xcoder-Ayush
  • 5
  • 4 105
How to integrate SwiftUI view inside UIKit UIViewController with action | Swift | SwiftUI | Xcode-15
How to integrate SwiftUI view inside UIKit UIViewController with action | Swift | SwiftUI | Xcode-15
Please subscribe my channel for more contents.
LinkedIn: www.linkedin.com/in/dev-iayush27/
Instagram: xcoder.ayush27
GitHub: github.com/dev-iayush27
~ Keep Learning & Happy Coding ~
Thanks for watching!
#ios #iosdev #iosdeveloper #iosdevelopment #swiftui #swiftuitutorial #swifttutorial #appdevelopment #swiftprogramming #iosappdevelopment #iosdevelopers #iosengineer #code #coder #coding #ui #softwaredevelopment #softwareengineering #softwareengineer #softwaredeveloper #xcode
มุมมอง: 100

วีดีโอ

How to store/persist API response locally using SwiftData (SwiftUI + MVVM) Swift in Xcode-15 (iOS)
มุมมอง 1.2K3 หลายเดือนก่อน
How to store/persist API response locally using SwiftData (SwiftUI MVVM) Swift in Xcode-15 (iOS) We are continuing this SwiftData implementation in our previous project: "How to use Async/await SwiftUI MVVM API Call (URLSession) Swift in Xcode-15 (iOS Dev)" th-cam.com/video/Pc_mWuAldLw/w-d-xo.html&ab_channel=Xcoder-Ayush Please subscribe my channel for more contents. LinkedIn: www.linkedin.com/...
How to use async/await + SwiftUI + MVVM + API Call (URLSession) + Swift in Xcode-15 (iOS Dev) #ios
มุมมอง 2.6K3 หลายเดือนก่อน
Async/await SwiftUI MVVM API Call (URLSession) Swift Xcode-15 iOS Development Please subscribe my channel for more contents. LinkedIn: www.linkedin.com/in/dev-iayush27/ Instagram: xcoder.ayush27 GitHub: github.com/dev-iayush27/AsyncAwaitSwiftUI ~ Keep Learning & Happy Coding ~ Thanks for watching! #ios #iosdev #iosdeveloper #iosdevelopment #swiftui #swiftuitutorial #swifttutorial ...
How to migrate from closure to async/await in Swift | API call | Xcode-15
มุมมอง 403 หลายเดือนก่อน
How to migrate from closure to async/await in Swift | API call | Xcode-15 Please subscribe my channel for more contents. LinkedIn: www.linkedin.com/in/dev-iayush27/ Instagram: xcoder.ayush27 GitHub: github.com/dev-iayush27/ClosureToAsyncAwait ~ Keep Learning & Happy Coding ~ Thanks for watching! #ios #iosdev #iosdeveloper #iosdevelopment #swiftui #swiftuitutorial #swifttutorial #a...
How to show preview for UIKit ViewController on Canvas | Swift | SwiftUI | iOS Developer | Xcode-15
มุมมอง 2138 หลายเดือนก่อน
How to show preview for UIKit ViewController on Canvas using UIViewControllerRepresentable | Swift | SwiftUI | iOS Developer | Xcode-15 As like SwiftUI view preview on canvas, you can also see preview for UIKit UIViewController (specially if you are developing code programatically you need to see UI), using "UIViewControllerRepresentable" and for UITableViewCell or UICollectionViewCell using "U...

ความคิดเห็น

  • @martygo
    @martygo 22 วันที่ผ่านมา

    Good video. Thanks for all.

  • @rohitsainier
    @rohitsainier หลายเดือนก่อน

    why you used observed object?

  • @guitaripod
    @guitaripod หลายเดือนก่อน

    the video should've started at 7:10, please do this in future

  • @Atwooooood
    @Atwooooood หลายเดือนก่อน

    My first time using an API. This video was thorough and covered just enough to get me started. Thank you.

  • @shreyashdewangan7288
    @shreyashdewangan7288 หลายเดือนก่อน

    This method (async/await) or file structure or syntax is production ready or only for learning purpose (guide me), nice explanation , good video 👍👍

  • @onuranl2346
    @onuranl2346 2 หลายเดือนก่อน

    Please don't whisper into the microphone, this is not an ASMR video!

  • @tunmi88
    @tunmi88 2 หลายเดือนก่อน

    Cool explanation, ill subscribe for more of your content

  • @haajarkagalwa1722
    @haajarkagalwa1722 2 หลายเดือนก่อน

    please post more videos bhaiya

  • @sebastianalzate8461
    @sebastianalzate8461 2 หลายเดือนก่อน

    What is the exact part of your code that forced you to use @MainActor? I do not understand why you had tu use it in this case. (I am learning Swift), Thanks!

    • @VikasS-of8lb
      @VikasS-of8lb 2 หลายเดือนก่อน

      It's all about the published property of UserModels to update the UI. That would require main thread to handle in the UI end. You can approach it in a different way either.

  • @iLoveAppl3947
    @iLoveAppl3947 2 หลายเดือนก่อน

    is AsyncImage supporting caching ? because if it's not, then that is useless...Imagine having 500 + heavy images downloading all the time when you go up and down

    • @Xcoder-Ayush
      @Xcoder-Ayush 2 หลายเดือนก่อน

      Thanks for your comment. No, it does not support caching. AsyncImage only loads the image from external URL. We have to handle cache part additionally or can use third party library.

  • @daveplus
    @daveplus 3 หลายเดือนก่อน

    Perfect vídeo!!! Thanks

    • @Xcoder-Ayush
      @Xcoder-Ayush 3 หลายเดือนก่อน

      Thank you 🙏

  • @daveplus
    @daveplus 3 หลายเดือนก่อน

    Vete good video!! Thanks!!! 🥰

    • @Xcoder-Ayush
      @Xcoder-Ayush 3 หลายเดือนก่อน

      Thanks for watching!

  • @daveplus
    @daveplus 3 หลายเดือนก่อน

    Thanks for the video ☺️

    • @Xcoder-Ayush
      @Xcoder-Ayush 3 หลายเดือนก่อน

      Thanks for watching 🎉

  • @sudhakard5273
    @sudhakard5273 8 หลายเดือนก่อน

    Good information. Really appreciate. Can we do it for all right ex: story boards, xibs and also for custom cells?

    • @Xcoder-Ayush
      @Xcoder-Ayush 8 หลายเดือนก่อน

      Yes we can do it for all UIViewController (xib, storyboards or specially for programmatically) using “UIViewControllerRepresentable” and for UITableViewCell or UICollectionView cell using “UIViewRepresentable”. Thank you so much! 🎉