I am using this code for displaying the image from URL to UIImageview
UIImageView *myview=[[UIImageView alloc]init]; myview.frame = CGRectMake(50, 50, 320,
Use Dispatch queue to load image from URL. dispatch_async(dispatch_get_main_queue(), ^{ }); Or add a placeholder image till your image gets load from URL.