let vc = PlantHealthViewController(token: "...")
// vc.modalPresentationStyle = .fullScreen
self.present(vc, animated: true)
Since this SDK includes camera and photo functionality, you must add permissions to your iOS app.
<key>NSCameraUsageDescription</key>
<string>We need access to your camera for capturing photos.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>We need access to your photo library to select and upload images.</string>