时间:2021-05-02
具体内容详情如下所示:
代码
uitabbar+extenstion.swift
? 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 fileprivate let lxfflag: int = 666 extension uitabbar { // mark:- 显示小红点 func showbadgon(index itemindex: int, tabbaritemnums: cgfloat = 4.0) { // 移除之前的小红点 self.removebadgeon(index: itemindex) // 创建小红点 let bageview = uiview() bageview.tag = itemindex + lxfflag bageview.layer.cornerradius = 5 bageview.backgroundcolor = uicolor.red let tabframe = self.frame // 确定小红点的位置 let percentx: cgfloat = (cgfloat(itemindex) + 0.59) / tabbaritemnums let x: cgfloat = cgfloat(ceilf(float(percentx * tabframe.size.width))) let y: cgfloat = cgfloat(ceilf(float(0.115 * tabframe.size.height))) bageview.frame = cgrect(x: x, y: y, width: 10, height: 10) self.addsubview(bageview) } // mark:- 隐藏小红点 func hidebadg(on itemindex: int) { // 移除小红点 self.removebadgeon(index: itemindex) } // mark:- 移除小红点 fileprivate func removebadgeon(index itemindex: int) { // 按照tag值进行移除 _ = subviews.map { if $0.tag == itemindex + lxfflag { $0.removefromsuperview() } } } }使用
? 1 2 3 4 // 默认4个tabbaritem self.tabbarcontroller?.tabbar.showbadgon(index: 2) // 如果不是则用这个方法 // self.tabbarcontroller?.tabbar.showbadgon(index: int, tabbaritemnums: cgfloat)效果
小红点
以上所述是小编给大家介绍的ios 中swift仿微信添加提示小红点功能(无数字),希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对服务器之家网站的支持!
原文链接:http://www.jianshu.com/p/807cddad469a
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
微信游戏怎么关闭显示?微信游戏小红点关闭小技巧。微信现在已经是我们用的最多的日常软件了,不少用户在使用时想知道微信游戏的小红点怎么关闭,下面告诉大家一个方法
微信游戏怎么关闭显示?微信游戏小红点关闭小技巧。微信现在已经是我们用的最多的日常软件了,不少用户在使用时想知道微信游戏的小红点怎么关闭,下面告诉大家一个方法
现在Android中有许多的应用仿苹果的在应用图标上显示小红点。当然有着一些手机ROM对小红点的支持,比如小米,三星等。google的api是没有提供这项工能的
应用图标上会有“小红点”的数字角标出现,表示该应用有新的通知消息。那荣耀30pro微信桌面角标怎么设置数字显示未读信息数量呢?感兴趣的朋
微信游戏圈怎么屏蔽?微信越来越庞大,功能越来越多,其中不少都是很多人不需要的,但微信却会一直给你发送消息,比如说游戏模块,几乎每次看到都会有个小红点,&ld