Component - Camera and photo library
This UI component allows users to take a photo using the device camera or select an existing photo from the photo library. It shows the chosen image on the screen.
This UI component allows users to take a photo using the device camera or select an existing photo from the photo library. It shows the chosen image on the screen.
UIViewController ├── UIButton (Take Photo) ├── UIButton (Choose from Library) └── UIImageView