可可中的 UISlider

发布于 2024-09-10 15:38:58 字数 107 浏览 8 评论 0原文

在 Cocoa 应用程序中,我添加了一个 UISlider。如果我运行程序而不添加任何代码,那么我可以左右拖动滑块。但是,如果我为其分配 IBOutlet,一旦触摸滑块,应用程序就会退出。这是为什么?

In a Cocoa app I added a UISlider. If I run the program without adding any code then I can drag the slider left and right. However, if I assign an IBOutlet to it, once I touch the slider, the application exits. Why is that?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

<逆流佳人身旁 2024-09-17 15:38:58

好吧,我解决了问题。如果我将应用程序设为基于 Window 的应用程序,那么我就不会遇到任何问题。如果我将应用程序设为基于视图的应用程序,就会出现问题。这是为什么?

Alright, I solved the problem. If I make the application a Window-based application, then I don't have any problems. If I make the application a View-based application, then the problem occurs. Why is that?

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