我可以以编程方式创建 WKInterfaceButton 吗?

Can I programmatically create WKInterfaceButton?

如果这完全可行,请问一个简单的问题:我可以通过编程方式为 AppleWatch 创建 WKInterfaceButton 元素吗?或者我是否必须在 InterfaceBuilder 中布局所有内容并且不能在手表上动态添加 UI 元素?

到目前为止我还没有找到类似 this for the AppleWatch with watchOS 2 and I am unclear about the documentation.

的东西

感谢您的任何见解。

您不能以编程方式创建 WKInterfaceObjects 并将它们添加到视图层次结构中。唯一的例外是 WKInterfaceControllers 您可以通过编程方式推送/呈现(尽管您仍然必须先将它们添加到情节提要中)