如何将 UILabel 放在 UIToolbar 之上?

发布于 2024-09-11 04:46:53 字数 102 浏览 9 评论 0原文

我有一个 UILabel,当用户在文本字段中键入内容时显示字符数。目前它位于半透明的 UIToolbar 后面。我希望 UILabel 位于 UIToolbar 之上。我怎样才能做到这一点?

I have a UILabel that shows a character count as the user types into a textfield. Currently it is sitting behind a translucent UIToolbar. I would like the UILabel to be ontop of the UIToolbar. How can I accomplish this?

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

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

发布评论

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

评论(1

风渺 2024-09-18 04:46:53

我会将其作为 UIBarButtomItem 添加到 UIToolbar 的项目中。使用 [[UIBarButtonItem alloc] initWithCustomView:myLabel] 实例化它。

I would add it to the UIToolbar's items as a UIBarButtomItem. Instantiate it with [[UIBarButtonItem alloc] initWithCustomView:myLabel].

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