SwiftUI 3: Refreshable Modifier | iOS 15 (2021, Xcode 13, Swift) - iOS Development for Beginners

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

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

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

    ty 4 droppin knowledge on us youngins

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

    great video! thanks

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

    Hi, there is no course on your website related to Swift basics. Can you please recommend a book for beginners that is not too much overwhelming?

  • @DaveyonMayne-ok
    @DaveyonMayne-ok 3 года назад

    I guess you should have showed us to how to update or create when refreshing. Oh wait! That's for CoreData 🤦🏽‍♂😂 Great video mate.

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

    Can you make a video on how to do a login system using SwiftUI and SPM please? I tried with cocoapods countless times but it still doesnt work

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

    Hi, thank you for the video
    Video Suggestion: Custom Table View Cell that gets its data from an Array(Object), the data of this Array must be inserted by the user

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

      Youre welcome and added to list

  • @0xWDG
    @0xWDG 2 года назад

    What I always do is extend the struct with the uuid.
    struct myModel: Codable {
    var name: String
    }
    // Make it work in SwiftUI Views
    extension myModel: Identifiable {
    var id: UUID {
    return UUID()
    }
    }

    • @skullkid86
      @skullkid86 2 года назад +1

      Please notice each time id is called will return a different UUID so that might lead you to some headaches if you expect the ID to be the same. Did the same mistake with my first SwiftUI project and lead me to few head scratches until I notice it.😆

    • @0xWDG
      @0xWDG 2 года назад

      For static lists it’s ok 😊

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

    upset the subtitle was removed soon the automatic translation too x)

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

    🔁🔁🔁