Iphone UIButton not working in nested UIViews

前端 未结 6 2083
醉梦人生
醉梦人生 2021-01-17 14:43

This is so damn simple im sure! Im missing something and im exhausted from trying to fix it. hopefully someone can help.

The Button in CharacterView.m works but the

6条回答
  •  庸人自扰
    2021-01-17 15:05

    I have had luck with a selector for a UIButton created in drawRect by using UIControlEventTouchDown instead of the popular UIControlEventTouchUpInside.

提交回复
热议问题