Quantcast
Viewing latest article 6
Browse Latest Browse All 11

WatchKit not download picture

I develop an application using WatchKit 2. I have to transfer a image from iOS device to watch. I sent the image url. This is my code on watch extension side that i used to set image on my WKInterfaceImage: NSError *error = nil; NSData * dataq = [NSData dataWithContentsOfURL:[NSURL URLWithString:"url string"] options:NSDataReadingMappedAlways error:&error]; UIImage […]

The post WatchKit not download picture appeared first on BlogoSfera.


Viewing latest article 6
Browse Latest Browse All 11

Trending Articles