We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Why is it so slow to jump from list to detail? The network request that was not involved in the jump?
The text was updated successfully, but these errors were encountered:
@ETmanwenhan
if let url = URL(string: property.imgUrl), let data = NSData(contentsOf: url) { self.imageView?.image = UIImage(data: data as Data) }
this is why sometimes it delays the transition
Sorry, something went wrong.
the network of Image download is synchronous. That's the reason for sometimes it delays the transition ?
@ETmanwenhan yep I think so.
No branches or pull requests
Why is it so slow to jump from list to detail? The network request that was not involved in the jump?
The text was updated successfully, but these errors were encountered: