weng1250 / WZLBadge

//An one-line tool to show styles of badge for UIView
MIT License
1.78k stars 318 forks source link

badge位置问题 #20

Closed EasonH14 closed 8 years ago

EasonH14 commented 8 years ago

当我用UITabBarItem+WZLBadge.h这个类别的时候,修改了badgeContentOffset属性,使得badge的UILabel和UITabBarItem上的图片距离更近一些。这时如果这两个view有重叠时,重叠部分的badge会被tabbarItem的图片遮住,请问这个问题如何解决

CoderYuChong commented 8 years ago

UITabBarItem+WZLBadge.h Bade 的位置能不能默认就是跟系统的一样 而不用去设置它的偏移

weng1250 commented 8 years ago

This bug was fixed in v1.2.5. Thanks your issue