Build a SwiftUI Pokedex app for iOS 15 (Clean MVVM Architecture)

Поділитися
Вставка
  • Опубліковано 13 січ 2025

КОМЕНТАРІ • 10

  • @Data_Model
    @Data_Model 2 роки тому +2

    This was SO much fun to do. I love Pokemon and taking concepts like this are way easier for me to learn than by following all of the other generic projects that exist. Thanks for making this!

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

    What a great video, thank you for this kind of material. 🙏

  • @borysg9999
    @borysg9999 Рік тому +5

    Hello all i have one qestion i have this isse Thread 1: Fatal error: Could not decode pokemon.json from bundle.
    im working on newest xcode 14.2 and when i want to run this app its this error shows i do exacly like in this tutorial

    • @alegutierrezmusic
      @alegutierrezmusic Рік тому +1

      Make sure your iOS simulator ver is 15.4 also I removed the If section: "if let image = image { }" in PokemonView it looks like the new version of AsyncImage handles the image existance for us to apply modifiers

  • @Risecustomshop
    @Risecustomshop 10 місяців тому +1

    I love how you create those helper methods, using is a superpower every dev should master

  • @mehreen5530
    @mehreen5530 2 роки тому +1

    Hi ! Thank you so much for this video ! im beginner in swiftui and I have a question for you if you don't mind !
    So about the PokemonManager swift file, it's possible to use it just if our json file is not dynamic ? and if its a dynamic file(like if the data can change online) how can we do ?
    Thank you so much have a great day

  • @rparham1997
    @rparham1997 Рік тому +2

    Imgetting an error "Fatal error: Could no decode Pokemon.json from bundle"

    • @silverspoonhoe
      @silverspoonhoe Рік тому +1

      same

    • @JosafatHERA
      @JosafatHERA 11 місяців тому

      @@silverspoonhoe if you change "let id = UUID()" to "var id = UUID()" just because the compiler suggested you to change it, it will fail because of that change, just leave it as let not var. it wors for me

  • @kevinbautista9943
    @kevinbautista9943 2 роки тому +2

    Long life geek life!