带摄像头的标签栏应用程序
我想在选项卡栏应用程序中实现相机。我已经能够使相机出现,但没有捕获按钮来捕获图像。如何自定义相机视图以便出现拍摄按钮? 谢谢。
I want to implement camera in a Tab Bar application. I have been able to make the camera appear but there is no capture button to capture the image. How can I customize the camera view so that the capture button appears?
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通常你应该得到这样的图像。单击相机图标即可拍照。
你不就这样了吗?然后检查您的 UIImagePickerController 及其委托。
Normally you should get an image like this. Clicking on the camera icon will take the photo.
Arn't you getting like this? Then check your UIImagePickerController and its delegates.