The Complete Guide for Integrating Camera and Photo Library in SwiftUI

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

КОМЕНТАРІ • 25

  • @nataliiagetlin3611
    @nataliiagetlin3611 3 роки тому

    Thank you so much for this wonderful descriptive guide.

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

    Exactly what I was looking for. Thank you!

  • @amboutube
    @amboutube 4 роки тому

    Another brilliant course - well done - now have photo and camera routines in the bag
    I am also using your Udemy course and finding it very useful. I really like your course delivery, nice and friendly and clear...
    A couple of questions
    a) can you provide a link to the GITHUB for this course pls
    b) Wheres the best place you have described what delegates do exactly and how they work?
    Hope you get a new phone soon...

    • @azamsharp
      @azamsharp  4 роки тому

      The GitHub link should be in the UA-cam description: github.com/azamsharp/SwiftUICamera
      Delegates is a feature in Swift and Objective-C language. You can Google for Delegates in Swift and read few articles. It is kinda hard to explain in comments.

  • @harshahay1111
    @harshahay1111 6 місяців тому

    thank you

  • @rickychhetri
    @rickychhetri 9 місяців тому

    HI, I am getting an error . Message from Debugger: Terminated due to signal 9". Could you please tell me how to fix it? I have change the info plist as per your tutorial but still receiving the error

  • @LaurentiuSzabo
    @LaurentiuSzabo 3 роки тому

    How can we pass the selected image to another view instead of ContentView?
    Basically, to have main page only with the upload button and the result of selection to be on another screen.

  • @Sethlefty
    @Sethlefty 4 роки тому

    Can you explain how you did the action sheet. You did something off screen it looked like.

  • @developerios6096
    @developerios6096 4 роки тому +1

    Hello azamsharp, this video was very helpful, but i noticed your console is complaining about some constraints: i have the same problem, and i really can t understand why that happens. As you have the same error, i would think to a swiftui bug, because there is no other explaination

    • @azamsharp
      @azamsharp  4 роки тому

      Probably, SwiftUI bugs

  • @illyaborshchov5977
    @illyaborshchov5977 4 роки тому

    Just checked this sample on Xcode 11.5 and image picker won't hide after selection image or clicked on cancel button. Any suggestions ?

  • @wahaxoxo
    @wahaxoxo 4 роки тому

    Azam, do you have any tutorial which saves a blurred image with .blur function in SwiftUI? I'm tired of finding that online but couldn't find unfortunately. Help!

  • @bigmdsdotcom
    @bigmdsdotcom 4 роки тому

    How did you replicate display your phone output when demoing the camera function? , is it an Xcode option or other pls?

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

      Just use Quicktime to share the iPhone screen on your Mac.

  • @eduardomejiabautista683
    @eduardomejiabautista683 4 роки тому

    Thanks Bro!

  • @toanuk
    @toanuk 4 роки тому

    Hi Sir. It is a great video.
    I would like to ask for help.
    Taking photo and send it to someone
    Egc.
    A button Send.
    1. Take photo
    2. Enter Email.
    3. Send it.
    I would like to know.
    How do you do it. Next series.
    Look forward.
    Thanks.
    Toan

  • @softhutnet
    @softhutnet 4 роки тому

    how to save image to Device? ex. user profile. Thanks

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

      Can anyone help on this please. I am unable to find the solutions. Thank you.

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

    Is this importing the photo into the app and saving it?

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

      No, 5 months ago me. That’s FileManager

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

    Hi Sir, How to save this photo and load when the app is killed and relaunched in SwiftUI??. Unable to find the solution. It would be grate help if someone knows the solution for it.

  • @donathmm3881
    @donathmm3881 4 роки тому

    You should check if the source is available like camera etc

  • @saathviksomujayabalan9009
    @saathviksomujayabalan9009 4 роки тому

    Amazing video with good information but I would not recommend for beginners.