很多应用,比如微信,在 UITabBarItem 右上角有一个小红点,注意(不是带数字的小红圈),这个有什么简便的实现方式不

2014-07-12 17:08:02 +08:00
 xuming
就是一个小圆点
12723 次点击
所在节点    iDev
9 条回复
xuan_lengyue
2014-07-12 20:18:53 +08:00
给 TabBar 加 subview 即可,很简单。
fangzhzh
2014-07-12 20:36:00 +08:00
加个imageiew?
hoogle
2014-07-12 20:56:35 +08:00
badge = @""
hoogle
2014-07-12 20:59:34 +08:00
自定义大小、形状、颜色的话可以考虑AddSubview到bar或者生成一个带点的barItem image
xuming
2014-07-13 08:11:50 +08:00
badge 生成的太大,生成带点的图片不通用,看来AddSubview比较可行
79bxh9b
2014-07-13 23:12:39 +08:00
UITabBarItem不属于uiview吧,能加subview?
dopcn
2014-07-15 16:00:36 +08:00
UITabBarItem 在 UITabBar 上,加在 bar 上吧
skingtree
2014-07-16 10:56:12 +08:00
badgeValue
Text that is displayed in the upper-right corner of the item with a surrounding red oval.

@property(nonatomic, copy) NSString *badgeValue

-- UITabBarItem
skingtree
2014-07-16 10:58:47 +08:00
要不自己加个uiview,setBackgroundColor,再设置一下layer.cornerRadius

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/122314

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX