IPhone UIImagepicker with camera showing camera ro

2019-06-05 17:08发布

im working in iphone's camera app, using UIImagePicker to launch the camera. Everything goes well, just a need to use the default controls showed in the camera app in iphone(little thumbnail from the last pic in camera roll and take photo buttons) and its animation(take and send the picture to the left bottom thumbnail), not default in UIImagePicker (cancel and take photo buttons). How i can do that? thankz :D

2条回答
做自己的国王
2楼-- · 2019-06-05 17:26

You may try to use the cameraOverlayView property or create your own custom controls duplicating the default controls (hiding the default controls with showsCameraControls = NO).

查看更多
男人必须洒脱
3楼-- · 2019-06-05 17:27

You can't do that. What you should do is present a UIActionSheet and ask if the user wants to get a photo from the Camera or their Photo Albums.

查看更多
登录 后发表回答