标签: ios swift uiview cgpoint
情况是,我有一个带各种按钮的viewController。 如何测试按钮中是否装有CGPoint? 还是有一种获取CGPoint视图的方法?
if let _ = self.view.hitTest(hitPoint, with: nil) as? UIButton { self.buttonPressed() }
以某种方式这些代码行不起作用。