从 UIViewController (MonoTouch) 使用相机拍照
我想做的是将相机嵌入到 iPhone 视图中,并带有一个拍照按钮(或类似的东西)。
我找不到任何执行此操作的控件,因此我对如何执行此操作有点迷失:-\
What I'd like to do is have a camera embedded into an iPhone view with a button to take photographs (or something simlar to that).
I can't find any controls which do this so I'm a bit lost as to how I'd go about doing this :-\
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
UIImagePickerController 是 iOS 控件拍照。
UIImagePickerController is the iOS control for taking pictures.