sjxt

Results 6 issues of sjxt

let cachePath = ImageCache.default.diskStorage.cacheFileURL(forKey: url.absoluteString)

` static func jumpApp(type:SSJumpStatus, completionHandler completion: ((SSJumpStatus) -> Void)? = nil){ if let url: URL = URL(string: type.rawValue) { SS.jump(url: url, completionHandler: completion) }else{ completion?(.fail) } }` 这个type 是不是定义错了