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

SPM集成后PickerTypes.swift类中有四句代码报语法错,而cocoapods集成不报错,有没有办法解决SPM集成的问题?

G-Singularity opened this issue · comments

case present(rightSwipe: RightSwipe? = .init(50))
case push(rightSwipe: RightSwipe? = .init(50))

这两句会报错:Cannot convert value of type 'Int' to expected argument type 'PickerPresentStyle.RightSwipe'

    public let viewControlls: [UIViewController.Type]
    public init(_ triggerRange: CGFloat, viewControlls: [UIViewController.Type] = []) {

这两句会报错:Cannot find type 'UIViewController' in scope
image

最新版 HXPhotoPicker
此仓库不再更新