【发布时间】:2017-12-31 23:19:02
【问题描述】:
文档说要在 swift 中使用它:
let cameraViewController = CameraViewController { [weak self] image, asset in
// Do something with your image here.
self?.dismiss(animated: true, completion: nil)
}
present(cameraViewController, animated: true, completion: nil)
但我不知道如何将其转换为 Objective C。
【问题讨论】:
标签: ios objective-c swift camera