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

UIBarButtonItem+Badge

Results 23 UIBarButtonItem-Badge issues
Sort by recently updated
recently updated
newest added

One nice improvement that could be made to this library, is improving the flow in which the badge view gets built / laid out. For instance, trying to add a...

This happens when the device is rotated to landscape, and the UIBarButtonItem has a landscapeImagePhone property (for showing a different image in landscape on iPhone). Once this happens, the badge...

Badge disappears when changing tintColor of item Thats because internal view to which badge labels belongs recreated when tintColor changed. i made workaround by checking superview of badge label: -(UILabel_)...

I have a `UINavigationItem` which contains three `UIBarButtonItem`. I have used `UIBarButtonItem+Badge` to show badge on the middle `UIBarButtonItem`. Which appears perfectly fine. Scenario for the problem that occurs is...

UIBarButtonItem-Badge was working fine in iOS 8 but after upgrading to iOS 9 and Swift 2.0 the badge now shows up as a square. Anyone know a fix?

Right now the badge looks different depending on when it's configured. The configuration is only valid when applied after the badge count is set. The order should not matter. ```...

Hi, I'm using this library and find it very simple and useful. I want to add a border to my badge (border color and border width). i modified method `refreshBadge`...

hi, the judgement of badgeValue in setBadgeVaule method is wrong!. I sepearate it in two judgements: // When changing the badge value check if we need to remove the badge...

I've got a (custom) uibutton as a barbuttonitem, and whenever I call .badgeValue or setBadgeValue it only gets updated after the view is reloaded (viewwillappear called)

I have tried many different ways to send a "0" to the BadgeValue and no matter which way I send it, it displays a 0. I can only assume this...