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

Error in ios 9.3 #16

Closed
ghost opened this issue May 31, 2016 · 1 comment
Closed

Error in ios 9.3 #16

ghost opened this issue May 31, 2016 · 1 comment

Comments

@ghost
Copy link

ghost commented May 31, 2016

Hi, i use IOS 9.3 and the log not print anithing

let scout = ImageScout()

scout.scoutImageWithURI("http://.../image-scout-logo.png") { error, size, type in
if let unwrappedError = error {
println(unwrappedError.code)
} else {
println("Size: (size)")
println("Type: (type.rawValue)")
}
}

@kaishin
Copy link
Owner

kaishin commented Jun 1, 2016

This code snippet is deprecated. Please install 1.0 and try again with the new example.

@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

1 participant