wkinterfaceimage

Download images in a Table in watch kit async

落花浮王杯 提交于 2019-12-08 13:14:59
问题 I am developing a WatchKit app, I need to get some images(sometimes 50 thumbnails) to fulfill a Table . I am downloading the images in the iOS app and passing them to the WatchKit Extension , but I am having problems. First, I have three buttons, if I press one of them I see a Table with some elements, all of them with image and label . The main problem is when I am downloading those images and I press one item to see its detail, the main thread is blocked and the app doesn't make push to the

Images on apple watch

大城市里の小女人 提交于 2019-12-03 21:21:39
问题 I ran into a problem yesterday when my application was rejected. Apparently the images are not being displayed on the actual Apple Watch, however they are being displayed in the simulator. I even tried resetting the simulator and can't replicate the problem that occurred for the apple employee. So I am just wondering what the correct way to add/display images on the apple watch is, such so that they will be displayed properly on the actual hard device? Code: .h @property (strong, nonatomic)

Images on apple watch

不羁岁月 提交于 2019-11-30 23:04:37
I ran into a problem yesterday when my application was rejected. Apparently the images are not being displayed on the actual Apple Watch, however they are being displayed in the simulator. I even tried resetting the simulator and can't replicate the problem that occurred for the apple employee. So I am just wondering what the correct way to add/display images on the apple watch is, such so that they will be displayed properly on the actual hard device? Code: .h @property (strong, nonatomic) IBOutlet WKInterfaceImage *imageHeliLeft; @property (strong, nonatomic) IBOutlet WKInterfaceImage