开发者

Camera Button (shutter) icon + iPhone SDK

Can we change the shutter button icon on a 开发者_Go百科Camera View?


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜