watch os 2 - WatchKit: setTitle delay? -


when push new controller in watchkit , use settitle in new controllers' awakewithcontext: method takes second or set title, stays blank until then. when set title in storyboard appears instantly.

am missing or expected behavior?

that's correct. if set title in storyboard, watch reads value directly resources saved on device.

if set in code, watch need run request extension (which runs on iphone) , it'll receive value , display it.

if title of controller static, should directly add storyboard.


Comments

Popular posts from this blog

Payment information shows nothing in one page checkout page magento -

tcpdump - How to check if server received packet (acknowledged) -