Xcode 7.3, watchOS2, simulator Watch, Version 2.2 (SimulatorApp-645.9
1. I have a simple modularLargeTemplate complication. In simulator, I see the text in the customize screen but on the face it shows all dashes! why???
- also the modularSmallTemplate image shows as a blue box? it shows image properly in customize. Image is correct also Alpha channel only!
very frustrating this behavior, bugs??? see same thing on my watch!!!
2. Question: can I set the color of body2TextProvider ??
3. Question: How can I set, body2TextProviderm to be Italic? like apple does in there calendar modularLargeTemplate for location???
case .ModularLarge:
let modularLargeTemplate = CLKComplicationTemplateModularLargeStandardBody()
let headerTextTime = "3 PM-4:15"
let timeUntil = "in 1hr, 36 min"
let headerText = headerTextTime
let body1Text = "Meeting with Clients"
let body2Text = " " + timeUntil
modularLargeTemplate.headerTextProvider = CLKSimpleTextProvider(text: headerText)
modularLargeTemplate.body1TextProvider = CLKSimpleTextProvider(text: body1Text)
modularLargeTemplate.body2TextProvider = CLKSimpleTextProvider(text: body2Text)
modularLargeTemplate.tintColor = UIColor.yellowColor()
print("w91 headerText: \(headerText)")
print("w92 body1Text: \(body1Text)")
print("w93 body2Text: \(body2Text)")
template = modularLargeTemplate
handler(modularLargeTemplate)thank you for your help and guidance so I can onward again...
Sincerely, Mike