SilenceLove / HXPHPicker

Photo/Video Selector-Supports LivePhoto, GIF selection, online download of resources on iCloud, and editing of photos/videos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

livePhotoView

zhoumingwu opened this issue · comments

iOS 16 : Stored properties cannot be marked potentially unavailable with '@available

@available(iOS 9.1, *)
lazy var livePhotoView: PHLivePhotoView = {
let livePhotoView = PHLivePhotoView.init()
livePhotoView.delegate = self
return livePhotoView
}()