我想给我的 UIButton 的自定义子类,以便每个按钮跟踪它的左侧、右侧、顶部和底部的按钮。
例如(在 6x5 按钮布局上),我希望按钮我的按钮button23
(在位置 (2,3))具有button23.left = button22
button23.right = button24
button23.top = button33
和button23.bottom = button13
. 解决这个问题的最佳方法是什么?
我想给我的 UIButton 的自定义子类,以便每个按钮跟踪它的左侧、右侧、顶部和底部的按钮。
例如(在 6x5 按钮布局上),我希望按钮我的按钮button23
(在位置 (2,3))具有button23.left = button22
button23.right = button24
button23.top = button33
和button23.bottom = button13
. 解决这个问题的最佳方法是什么?