美文网首页
tabBar上添加小红点

tabBar上添加小红点

作者: LoveBe | 来源:发表于2018-08-15 10:52 被阅读0次

// 小红点

 UIImageView*imageView = [[UIImageViewalloc]init];

imageView.image= [UIImageimageNamed:@"redPoint.png"];

imageView.frame= CGRectMake(40, 3, 7, 7);

[self.tabBarController.tabBaraddSubview:imageView];

相关文章

网友评论

      本文标题:tabBar上添加小红点

      本文链接:https://www.haomeiwen.com/subject/sfbibftx.html