UINavigationController 并向 rightBarButtonItem 添加徽章
如何向 UINavigationController 的 rightBarButtonItem 添加数字徽章?我在一些购物车应用程序中看到了同样的情况。
提前致谢,
How can I add a numeric badge to the rightBarButtonItem of a UINavigationController? I saw the same in some shopping cart applications.
thanks in advance,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须手动执行此操作(即创建一个绘制徽章和编号的视图)。没有 API 可在 UINavigationBar 上设置徽章值。
You'll have to do this manually (ie, create a view that draws the badge and number in). There's no API to set a badge value on a UINavigationBar.