子类化 iPhone 的 UIControls

Posted

技术标签:

【中文标题】子类化 iPhone 的 UIControls【英文标题】:Subclassing UIControls for iPhone 【发布时间】:2009-02-16 14:56:38 【问题描述】:

可以通过哪些方法扩展 UIControl 属性?

【问题讨论】:

【参考方案1】:

这应该有助于事情进展顺利:https://developer.apple.com/documentation/uikit/uicontrol#1968627

重写现有子类的sendAction(_:to:for:) 方法以观察或修改动作方法对控件关联目标的调度

重写beginTracking(_:with:)continueTracking(_:with:)endTracking(_:with:)cancelTracking(with:)方法来跟踪控件中发生的触摸事件。

【讨论】:

以上是关于子类化 iPhone 的 UIControls的主要内容,如果未能解决你的问题,请参考以下文章

iPhone:覆盖 UIButton buttonWithType 以返回子类

iPhone 动画核心图形

iPhone双滑解锁?

iPhone SDK UIScrollView 移动后没有触摸事件

Delphi的子类化控件消息, 消息子类化

使用 UIViewController 子类自定义 iPhone 控件