UIBarButtonItem-Badge icon indicating copy to clipboard operation
UIBarButtonItem-Badge copied to clipboard

Setting badgeOriginX cause recursive invocatiion

Open taojigu opened this issue 10 years ago • 1 comments

MyCode: button.badgeOriginX=30; button.badge=@"2";

if seems happend on "self.badgeOriginX = self.frame.size.width - self.badge.frame.size.width/2", in the badgeInit

taojigu avatar Feb 11 '15 12:02 taojigu

I can't reproduce problem. can you send me your code?

mikeMTOL avatar Feb 11 '15 19:02 mikeMTOL