子类化 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 以返回子类