Skip to content

swift 3.0 compatibily #1

@ingconti

Description

@ingconti

Xcode conversion makes an amazing work, but you got 2 compilation error, easy to fix:

var popoverMonitor: AnyObject?                  ->   var popoverMonitor: Any?

if let monitor : AnyObject = popoverMonitor {        ->    if let monitor : Any = popoverMonitor {

so simply change AnyObject to Any.

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