Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Didnot have any message in output window #14

Closed
yanglichuan opened this issue Dec 7, 2015 · 2 comments
Closed

Didnot have any message in output window #14

yanglichuan opened this issue Dec 7, 2015 · 2 comments

Comments

@yanglichuan
Copy link

let scout = ImageScout()

    scout.scoutImageWithURI("http://f.hiphotos.baidu.com/zhidao/pic/item/5d6034a85edf8db16efebe470b23dd54574e74c5.jpg") { error, size, type in
        if let unwrappedError = error {
            print(unwrappedError.code)
        } else {
            print("Size: \(size)")
            print("Type: \(type.rawValue)")
        }
    }
@kaishin
Copy link
Owner

kaishin commented Dec 7, 2015

Are you keeping a reference to scout? If it's released you won't hear from it.

@kaishin
Copy link
Owner

kaishin commented Dec 7, 2015

Please see #13 for more details.

@kaishin kaishin closed this as completed Jun 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants