Skip to content

tespkg/plant-detect-sdk-ios

Repository files navigation

Plant-detect-ios-sdk

Example

let vc = PlantHealthViewController(token: "...")
// vc.modalPresentationStyle = .fullScreen
self.present(vc, animated: true)

Permissions

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>

About

No description, website, or topics provided.

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published