如何在应用程序视图上动态呈现文本?

发布于 2024-11-17 03:21:48 字数 289 浏览 2 评论 0原文

我正在开发一个应用程序,它看起来像一个纸块,用于保存一场游戏的得分,当用户输入分数并点击“插入”时,我希望该分数在该纸块上可见。

假设纸上最多可以有 12 行分数,并且用户必须键入这 12 行,那么当时显示一行分数的最佳方式是什么? (他输入分数,第一行只有一个分数,他再次输入分数,第二个分数出现在论文的第二行)

我应该在笔尖中连续创建 12 个标签吗 ?输入第一个分数,它将显示在第一个标签中,输入第二个分数后,它将显示在第二个标签中,依此类推......

有没有更简单的方法来做到这一点?因为我想不出任何...

I'm working on an app which look like a paper block which keeps score for one game, when user types the score and taps Insert, I want to that score to become visible on that paper block.

Let's say that there could be maximum od 12 lines of score on the paper, and the user must type those 12 lines, what is the best way to display one line of score at the time?
(He enters the score and there is only one score in the first line, he types the score again, and the second score appears in the second line of the paper)

Should I create 12 labels in a row in the nib, and after users types the first score it will display in the first label, after he types the second score it will display in the second label and so on...

Is there an easier way to do this? Because I can't think of any...

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

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

发布评论

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

评论(1

羁〃客ぐ 2024-11-24 03:21:48

尝试使用 UITableView 和更新它的数据源数组。

Try to use an UITableView and update it dataSource array.

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