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

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -