weng1250 / WZLBadge

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

不支持autolayout #68

Open crazypoo opened 5 years ago

crazypoo commented 5 years ago

不支持autolayout 如题 本人解决方法,gcdafter才能正确显示位置

qy0827a commented 5 years ago

不支持autolayout 如题 本人解决方法,gcdafter才能正确显示位置

请问大佬,这个问题具体是怎么解决的。我在xib的自定义cell里面的label 宽度是相对宽度,出现的角标位置有问题,这个该怎么解决呢??

crazypoo commented 5 years ago

我用的是gcdafter 0.1秒的方法,然后获取到加载view的大小然后才没事的

RoganZheng commented 5 years ago

我用的是gcdafter 0.1秒的方法,然后获取到加载view的大小然后才没事的

建议在autolayout布局方法后面,添加layoutifNeed方法,再去尝试获取frame