Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一个 for 循环,以编程方式添加带有分隔符的标签。我怎样才能做到这一点?
您不能以编程方式在 WatchKit 中创建视图,您必须在情节提要中完全确定它的范围。
编辑:
其工作方式是在安装应用程序时将视图预加载到手表上。然后由手机上运行的扩展程序收集数据。一旦手机获得相关数据,它就会将数据分配给手表上已经存在的视图。没有将 UI 组件从扩展程序传输到手表的机制。
感谢@NgoYenSern的评论。