SwiftUI: UIImagePickerController with UIViewControllerRepresentable

Поделиться
HTML-код
  • Опубликовано: 6 окт 2019
  • Today's lesson will focus heavily on how to present a UIImagePickerController from within your SwiftUI applications. This is going to be someone tricky if you're not used to SwiftUI concepts so let's go through each step one at a time.
    Maps UIKit SwiftUI:
    www.letsbuildthatapp.com/cour...
    Fullstack Social NodeJS iOS HTML:
    www.letsbuildthatapp.com/cour...
    AppStore JSON APIs
    www.letsbuildthatapp.com/cour...
    Tinder Firestore Swipe and Match
    www.letsbuildthatapp.com/cour...
    Twitter Slide Out Menu Course
    www.letsbuildthatapp.com/cour...
    Podcasts Course
    www.letsbuildthatapp.com/cour...
    Intermediate Training Core Data
    www.letsbuildthatapp.com/cour...
    Facebook Group
    / 1240636442694543
    Completed Source Code
    www.letsbuildthatapp.com/cour...
    Instagram: / buildthatapp
    Twitter: / buildthatapp

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

  • @xxfkee
    @xxfkee 4 года назад +1

    Thanks for your step-by-step and easy-to-understand explanation about UIViewControllerRepresentable. I'll keep on learning SwiftUI on your channel.

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

    Finally I understand how this "Representable" and "Coordinator" working. Good explanation bro!

  • @codingbyte4529
    @codingbyte4529 4 года назад

    Always enjoying these structured tutorials :)

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

    This is the best video that explains this feature. Thanks man! ❤️

  • @Sharpienero
    @Sharpienero 4 года назад +1

    Thanks for the great video. Have a great day, Brian!

  • @huyong8939
    @huyong8939 4 года назад +3

    Love from Vietnam. Thanks!!

  • @codeWithAndrei
    @codeWithAndrei 4 года назад +9

    I am sure that this is only a temporary solution for using the existing resources from the previous framework s. Let’s not forget that Swift UI is at the beginning... I am sure we’ll have native support for the common stuff. Anyway great video! You are an inspiration for me. Keep up the great work!!!

  • @dylangeorge10
    @dylangeorge10 4 года назад

    You da man! Thank you for this tutorial.

  • @judy8821
    @judy8821 4 года назад

    Thanks so much! You did a nice job!

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

    great video. thank you for the effort!

  • @d7writes
    @d7writes 4 года назад +6

    Holy smokes... It seems like such a roundabout way of doing things, but I'm so glad that you broke it down for us. I'm hoping Apple releases a more concise SwiftUI solution soon. 😬

  • @dontknownothing8394
    @dontknownothing8394 4 года назад

    You are a genius! Thanks a lot 🥳

  • @abdouett3676
    @abdouett3676 4 года назад

    Thanks Brian for this video. You can use Notification center and onReceive publisher to get isPresented state and also the selected image.

  • @DipperSlipper
    @DipperSlipper 4 года назад +1

    Long awaited macOS Catalina is out!!! Going to learn SwiftUI on this channel.

  • @cinquain0
    @cinquain0 4 года назад

    Great work Brian. When is a full course with you building an app using SwiftUI is gonna pop

  • @wahaxoxo
    @wahaxoxo 4 года назад

    Thanks a lot Chris I learnt alot!

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

    Thank you Brian for sharing the great course👍 Please keep going! By the way, you can also send the selected image back through a callback. `var selectedImageBlock: (UIImage) -> Void`

  • @StewartLynch
    @StewartLynch 4 года назад +1

    This is fantastic Brian. Thanks for doing this. Your explanation cleared up a lot of questions for me. If you are so inclined, I would love to see one more related video using UIViewRepresentable where you bring in a UICollectionView (not a UICollectionViewController) and show how you can implement the delegate methods there. I may be able to sort that out by watching this video again, but I find your practical videos so good. Checks all of the right boxes.

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

    Nice video, do you know how pickup or choose a video from the gallery ?

  • @octaczo7156
    @octaczo7156 4 года назад

    can you make a tutorial about mapkit, showing how can you see if a direction between two points (your location and one point) can be identified into an overlay or mkcircle? thanks!