andreamazz / SlideOutNavigation

SlideOut Navigation Controller for iOS.
MIT License
210 stars 49 forks source link

iconSlide button badge total #48

Closed tfearn closed 11 years ago

tfearn commented 11 years ago

It would be nice to have the all badge totals read out on the iconSlide button. Nice work on the rest!

andreamazz commented 11 years ago

Checkout commit 78b409b You can add a custom badge total with:

[self.slideoutController setBadgeTotalValue:@"10"];

or let the control count the current badges by enabling:

AMOptionsBadgeShowTotal

You can style the badge with these options:

AMOptionsBadgeGlobalFont       
AMOptionsBadgeGlobalPositionX  
AMOptionsBadgeGlobalPositionY  
AMOptionsBadgeGlobalPositionW  
AMOptionsBadgeGlobalPositionH  
AMOptionsBadgeGlobalTextColor  
AMOptionsBadgeGlobalBackColor  
AMOptionsBadgeGlobalShadowColor

Cheers

tfearn commented 11 years ago

Thanks.

Todd Fearn http://toddfearn.com http://twitter.com/tfearn http://www.linkedin.com/in/toddfearn

On Oct 12, 2013, at 6:59 AM, Andrea Mazzini notifications@github.com wrote:

Checkout commit 78b409b You can add a custom badge total with:

[self.slideoutController setBadgeTotalValue:@"10"]; or let the control count the current badges by enabling:

AMOptionsBadgeShowTotal You can style the badge with these options:

AMOptionsBadgeGlobalFont
AMOptionsBadgeGlobalPositionX
AMOptionsBadgeGlobalPositionY
AMOptionsBadgeGlobalPositionW
AMOptionsBadgeGlobalPositionH
AMOptionsBadgeGlobalTextColor
AMOptionsBadgeGlobalBackColor
AMOptionsBadgeGlobalShadowColor Cheers

— Reply to this email directly or view it on GitHub.