我有一个按钮,当用户点击它时,相机打开用户应该可以拍照,然后将其显示在视图上。
当用户单击按钮时,将执行以下方法;
imageButtonClicked: function () {
// This is where I should be calling the camera, taking the pic and displaying on the view
}
- 我发现这个教程解释了如何拍照。但我不明白应该粘贴哪些代码才能使相机功能正常工作。有人可以帮我吗?
- 拍照后,如何将其显示在视图上?