UISwitch定制
因为 UISwitch 不太容易定制,所以我决定单独构建一个。 除了一件事之外,效果非常好。我在构建 UIView 时对其进行了子类化 现在我没有界面生成器所需的“ValueChanged”控件。 some1 可以告诉我如何将 ControlEvents 添加到我的自定义控件吗?
非常非常感谢!
Because the the UISwitch is not so easy to customize i decide i wanna build one alone.
that works pretty good except for one thing. i was subclassing UIView when i was building it
and now i dont have the "ValueChanged" control that i need for the Interface builder.
can some1 tell me how can i add ControlEvents to my custom control ??
thank you very very much !
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
问题解决了我应该继承 UIControl 而不是 UIView
Problem solved i should have inherit from UIControl and not UIView