UISwitch定制

发布于 2024-09-18 22:48:44 字数 163 浏览 8 评论 0原文

因为 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

冧九 2024-09-25 22:48:44

问题解决了我应该继承 UIControl 而不是 UIView

Problem solved i should have inherit from UIControl and not UIView

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文