Using tvOS, how am I able to load a LCR image file in an image view using objective-c? I tried something like this but it didn't work out:
NSURL *imagePostedURL = [NSURL URLWithString:[dict objectForKey:@"image"]];
[self.img setImageWithURL:imagePostedURL];