文件名称:XZMTabbarExtension:tabBar工具条框架(适应各种APP风格,集成只需几行代码,没有重叠度)
文件大小:549KB
文件格式:ZIP
更新时间:2024-03-21 11:51:46
Objective-C
XZMTabbarExtension tabBar工具条框架(适应各种APP风格,集成只需几行代码,没有转换度) ##动态工具条 /* * 创建自定义tabbar */ XZMTabbarExtension *tabBar = [[XZMTabbarExtension alloc ] init ]; tabBar.backgroundColor = [UIColor whiteColor ]; tabBar.frame = self.tabBar.bounds; /* * 传递模型数组 */ tabBar.items = self.itemArray; [tabBar xzm_setShadeItemBackgroundColor: [UIColor cyanColor ]]; /* * 设置代理 */ tabBar.delegate = self; [ self .tabBar ad