iOS开发 关于未读消息的红色角标
高洛峰
高洛峰 2017-04-17 13:15:34
0
2
702

如下图QQ的界面所示,消息标签处红色角标如何实现?它与应用图标外的红色通知角标实现原理相同吗?请尽可能详细的描述一下

高洛峰
高洛峰

拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...

reply all(2)
刘奇

Damn it, when I came in, I saw that I was an acquaintance. . . I haven't done this, but I think I've seen it.

The external subscript code is as follows:

    [UIApplicationsharedApplication].applicationIconBadgeNumber = 2333;

The corner mark of this Tabbar is like this:

UITabBarItem *item = [[UITabBarItem alloc] initWithTitle:@"建伟傻逼" image:nil tag:0];
customItem1.badgeValue = @"2333"; 

So the code is different.
By the way, Cell, UILabel can be achieved by setting the background color to red and rounded corners

左手右手慢动作

What you said above is correct, add a UILabel
Change the font color and background color
Then change the corner in the layer
That value should be half of your UILabel

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!