2015-05-12 108 views

回答

4

這是你如何做到這一點:

WKInterfaceController.reloadRootControllersWithNames(
    ["myInterfaceController"], contexts: [] 
) 

Notes: "myInterfaceController" is identifier of Interface Controller destiny. 

感謝Harvant的指針。

0

您可以使用方法presentControllerWithName以模態方式顯示接口控制器。然後,在調用的接口控制器中,只需使用方法setTitle設置標題。

+0

我完成presentControllerWithName和我有使用self.setTitle(「」),但我仍然無法隱藏按鈕。 –