Build a SwiftUI video-based application with AVPlayer and the Pexels API

Поділитися
Вставка
  • Опубліковано 27 жов 2024

КОМЕНТАРІ • 29

  • @andrejkling3886
    @andrejkling3886 2 роки тому +3

    Keep going Meng... All the Best for you and all DesignCode Team

  • @jellemeinesz196
    @jellemeinesz196 2 роки тому +4

    I really like ur videos!! They are always soo useful and they helped me so much!! Please keep them going! Hope u are doing well goodluck to you and the desingcode team

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

    Brilliant!! awesome Video!! I'm impressed with your work, very very thank you from South Korea.

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

    Very well taught! Thanks for the lesson!

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

    thanks sooo much...am proud to be a designcode subscriber... more love

  • @kyh.7118
    @kyh.7118 2 роки тому

    Thank you so much. I really enjoyed your video from Japan.

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

    At the end of the video you addressed a swift concurrency warning about publishing changes from background threads not in the main thread by wrapping the update code in a DispatchQueue.main.async closure. In swift concurrency, Apple seems to be recommending wrapping this in a Task { @MainActor in... [main thread update code } instead. See the WWDC session Visualize and Optimize Swift Concurrency. Alternatively, one could annotate the findVideos func with an @MainActor attribute, but that would then run the urlRequest on the main thread. Isolating the update code into a Task on the main actor can allow the system to run the urlRequest off the main thread and thus maintain responsiveness.

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

    Nice video, one question, do you know how to open (pickup) a video from the gallery with SwiftUI?

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

    Amazing video, excellent explanation it helped me so much thanks!

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

    Really nice turorial, love it. may I suggest to use weak self in the DispatchQueue

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

    So impressive, thank for your well explained tutorial!

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

    How do I play back these videos with external display(Not screen mirror) and keeping the phone screen UI just as buttons?

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

    very useful, thanks for this.
    If I might suggest one improvement on the video would be to make the swift text for the code a larger font.
    Whilst trying to follow along using my iPad, the text was so small I had to use another PC to play the video so that I could actually read it.

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

    If I am doing this with videos I have downloaded, can I skip the API and JSON section?

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

    Love your videos! Keep up the great work :D

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

    Hi Stephanie. Please make a video on how to create an application with recipes stored in a Firebase's database with user registration and uploading a profile photo. The same with adding recipes to your favorites and adding ingredients to the shopping list. I am currently working on my recipe application and your video tutorial would be very helpful. Thanks in advance!

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

    changing property masksToBounds in transform-only layer, will have no effect =(

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

    Thank you so much!!

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

    Im getting a fatal error due in the ModelData file it keeps crashing my xcode. Any tips on how to fix this?

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

      CrashReportError: `fatalError` in ModelData.swift
      MovieApp crashed due to fatalError in ModelData.swift at line 17.
      Couldn't find videoData.json in main bundle.

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

    good stuff! thanks!

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

    41:59

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

    How to build in Android studio in kotlin language please create on this topic

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

    app fails to load at launch

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

    Why do I have an error? Cannot prevview in the file - 'fatalerror' in ModelData.swift (21:20)

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

    expected making network call instead of using dummy data