Skip to content
This repository was archived by the owner on Aug 16, 2023. It is now read-only.
This repository was archived by the owner on Aug 16, 2023. It is now read-only.

bug using swift 3 #136

@davidseek

Description

@davidseek

please have a look at this thread

http://stackoverflow.com/questions/40168448/swift-3-how-to-solve-ambiguous-use-of-authorize-completion/40169747#40169747

the compiler in xcode 8, using swift 3 throws an error, if you want to use the following func:

open class func authorize(_ provider: String!, completion: SimpleAuth.SimpleAuthRequestHandler!)

problem is the following function:

open class func authorize(_ provider: String!, options: [AnyHashable : Any]! = [:], completion: SimpleAuth.SimpleAuthRequestHandler!)

because of = [:]

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