PhotoKit is not available?

Viewed 255

enter image description here

This problem is so weird, the API is available for iOS 8.0+, why the XCode is giving this error? Thank you!!

1 Answers

I believe it has been renamed to Photos

So if you just use import Photos it should be fine.

Related