iconSlide button badge total
tfearn opened this issue · 2 comments
It would be nice to have the all badge totals read out on the iconSlide button. Nice work on the rest!
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
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.