简体   繁体   中英

Camera Button (shutter) icon + iPhone SDK

我们可以在“相机视图”上更改快门按钮图标吗?

Yes, it is possible. You can show your own view overlap the default view using these 2 methods. Remember to do picker.showCameraControls = NO;

@property(nonatomic, retain) UIView *cameraOverlayView

@property(nonatomic) BOOL showsCameraControls

More here

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM