Skip to content

在SSjump 里面的 jumpApp(type:SSJumpStatus, completionHandler completion: ((SSJumpStatus) -> Void)? = nil) #7

@tzgd

Description

@tzgd

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 是不是定义错了

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions