您可以在单个 UIPickerView 中混合自定义视图和非自定义视图组件吗?

发布于 2024-09-15 07:20:58 字数 338 浏览 4 评论 0原文

我的应用程序中有一个多组件 UIPickerView。两个组件是简单的,并且完全由 pickerView:titleForRow:forComponent: 方法提供服务。然而,我的第三个组件需要通过 pickerView:viewForRow:forComponent:reusingView: 方法自定义视图。我在文档中没有看到任何方式可以有一个“部分定制”的 UIPickerView,其中一些组件使用 ...titleForRow... ,一些组件使用 ...viewForRow...< /代码>。这可能吗?如果是这样,如何做到这一点?

I have a multi-component UIPickerView in my application. Two components are plain and completely served by the pickerView:titleForRow:forComponent: method. My third component however requires a custom view via the pickerView:viewForRow:forComponent:reusingView: method. I don't see any way in the documentation to have a "partially customized" UIPickerView where some components use ...titleForRow... and some use ...viewForRow.... Is this possible? If so, how does one do that?

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

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

发布评论

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

评论(1

锦上情书 2024-09-22 07:20:58

你必须要么全走,要么全走。简单、无聊的默认视图几乎只是一个 UILabel。您应该能够轻松地重新创建此视图。

You've got to go all or nothing. The plain, boring default views are pretty much just a UILabel. You should be able to easily recreate this view.

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