UIBarButtonItem-Badge
UIBarButtonItem-Badge copied to clipboard
Setting badgeOriginX cause recursive invocatiion
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
I can't reproduce problem. can you send me your code?