buffer-ios-sdk
buffer-ios-sdk copied to clipboard
NSData dataWithContentsOfURL called from main thread
Hi,
I've encounter this problem that NSData is trying to fetch data from a remote URL thus blocking the main thread for a long time.
Here's the stack:

- If the code here is trying to render an avatar image from web, can I suggest that you may just use the setImageWithURL from "UIImageView+AFNetworking.h"?