iPhone 通用字符串、文本、选择编辑器控制器

发布于 2024-09-07 19:03:12 字数 320 浏览 4 评论 0原文

每次构建 iPhone 应用程序时,我发现自己一遍又一遍地编写相同的代码: generic string ||文本 ||选择编辑器控制器。

想象一个表格视图显示我想要编辑的一些数据。当我单击字符串字段(短文本)时,我会打开一个通用字符串编辑器控制器,其中包含一个包含 1 个单元格的表格视图和一个键盘。用户保存或取消控制器后,将在父窗口上调用委托函数。

我编写相同的代码来编辑文本(大字符串)并从选项列表中进行选择。

问题:我是否缺少已经执行此操作的 SDK 的某些内容?是否有某种开源库已经以一致且简单的方式实现了这一点?

Each time I build an iphone application, I found myself writing the same code over and over again: generic string || text || choice editor controllers.

Imagine a tableview showing some data that I want to edit. When I click a string field (short text), I open a generic string editor controller, with a tableview with 1 cell, and a keyboard. After the user saves or cancels the controller, a delegate function is called on the parent window.

I write the same code for editing text (big strings) and selecting from a list of choices.

Question: am I missing something for the SDK that does this already? Is there some kind of opensource library that already implements this in a consistent and easy way?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文