我有一个带有 WKInterfaceButton
的 WKInterfaceTable
表格 View 。
如何从表格 View 向按钮添加目标操作。由于没有标签属性,我无法处理它。
如果您的 WKInterfaceButton
包含在行 Controller 中,这里有一种方法可以确定点击了哪一行的按钮:
WKInterfaceButton
添加到行 Controller 并使用界面构建器将按钮的操作连接到您的行 Controller 类在行 Controller 中处理按钮操作时,调用您在协议(protocol)中定义的委托(delegate)方法。比如:
- (void)rowControllerMyRowControllerClass *)rowController didSelectRowWithTagNSInteger)tag
在你的界面 Controller 中处理这个委托(delegate)方法来做任何必要的工作。
我在自己的 Watch 应用中使用了这种技术,效果很好。
关于ios - WKInterfaceTable 中的 WKInterfaceButton 事件处理,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30391698/
欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) | Powered by Discuz! X3.4 |