Live Searching an API Using SwiftUI Searchable

Поделиться
HTML-код
  • Опубликовано: 5 ноя 2024

Комментарии • 14

  • @pradeepb8190
    @pradeepb8190 2 года назад

    do you have any plans to include debounce to the search and make a tutorial?

  • @EricTMCode
    @EricTMCode Год назад

    Great video, very clear. Thank you!

  • @RyPG21
    @RyPG21 2 года назад

    Your video help me so much thank you!!!!

  • @gerardomendoza7348
    @gerardomendoza7348 Год назад

    any tutorial of the same but with normal swift?

  • @tchendoh
    @tchendoh Год назад

    Thank you so much!! I've worked 12 hours on something similar yesterday and never got it to work! Now I get a warning that the async in the onchange is gonna be deprecated. Is there any new way to do this?

    • @azamsharp
      @azamsharp  Год назад

      Instead of async (which is deprecated, you can use Task).

    • @azamsharp
      @azamsharp  Год назад

      Also, I have moved away from MVVM pattern in SwiftUI. Now I use the following more simplified approach: azamsharp.com/2022/10/06/practical-mv-pattern-crud.html

  • @kibriabhai1457
    @kibriabhai1457 2 года назад

    Thanks for the video Mr Azam. I was wondering how to change the background, forground, and the icons color.

  • @shivaram8045
    @shivaram8045 3 года назад

    Like @Marcin Frydrych said xcode instruments is a topic not covered much i feel

  • @marcinfrydrych5319
    @marcinfrydrych5319 3 года назад

    Hey, will you create a new SwiftUI course?

    • @azamsharp
      @azamsharp  3 года назад +1

      Currently there are no plans. I am working on a new Swift course for intermediate developers

    • @marcinfrydrych5319
      @marcinfrydrych5319 3 года назад

      @@azamsharp In that case please include testing, xcode instruments, GIT, graphQL facebook api :) Thank you for your work.

    • @azamsharp
      @azamsharp  3 года назад

      @@marcinfrydrych5319 I have separate course available on GraphQL, I have separate course on Testing.

  • @vladimirstepanov7246
    @vladimirstepanov7246 3 года назад

    like