ios-UIiOS开发资料收集

tabBar图片上移及阴影线

2015-12-21  本文已影响1077人  6a948902fef0
UIEdgeInsets insets=UIEdgeInsetsMake(5, 0, -5, 0);
//item为tabBar.items[i]
item.imageInsets=insets;

正常了:


屏幕快照 2015-12-21 上午10.11.57.png
[[UITabBar appearance] setShadowImage:[UIImage new]];
[[UITabBar appearance] setBackgroundImage:[[UIImage alloc]init]];
上一篇 下一篇

猜你喜欢

热点阅读