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.
当我长按 watchkit 中的按钮时,我正在尝试执行一些操作。 如何在 Watchkit 中使用长按手势WKInterfaceButton?
WKInterfaceButton
到目前为止,WatchKit 还没有手势识别器。您可以使用强制触摸(手表中的长按)的唯一方法是使用上下文菜单。
苹果在watchOS3中引入了长按手势识别器,看看官方文档。