ios - WatchKit menu item not showing on real device -
i added menu watchkit app containing 1 menu item. in simulator item shows when simulating force touch. on real apple watch on other hand force touch recognized, app gets blurry no button press.
am doing wrong or known bug?
my action linked button contains following:
@ibaction func menubuttonrefresh() { setup() }
this because app can't find custom image button. image included in watchkit app bundle? unfortunately, interface builder allows use image bundle, won't work on real device.
Comments
Post a Comment