Re: iPhone: badge icon for a button in toolbar
Re: iPhone: badge icon for a button in toolbar
- Subject: Re: iPhone: badge icon for a button in toolbar
- From: "Eric E. Dolecki" <email@hidden>
- Date: Thu, 11 Feb 2010 08:57:57 -0500
Awesome - thank you!
Now I am looking at how to access a certain UIBarButtonItem so I can set
it's badge.
In my app delegate I have a UITabBarController. In IB I can't seem to create
an IBOutlet and wire the button I want up so I can set it's badge string.
When I attempt to wire it up from File's Owner (MainWindow.xib), I only have
the option Outlets -delegate.
- (void)applicationDidFinishLaunching:(UIApplication *)application {
*// Add the tab bar controller's current view as a subview of the window
*
[window addSubview:tabBarController.view];
How do I access the button I want from the appDelegate?
On Thu, Feb 11, 2010 at 8:46 AM, Mark Woollard <email@hidden>wrote:
> See UITabBarItem's badgeValue property.
>
> Regards
> Mark
>
> On 11 Feb 2010, at 13:40, Eric E. Dolecki wrote:
>
> > I know about placing a badge on the homescreen application icon, but is
> > there a way to set this up for a button in a toolbar... or do I just use
> my
> > own UIView to do the same thing and float it over the toolbar?
> >
> > Eric
> > _______________________________________________
> >
> > Cocoa-dev mailing list (email@hidden)
> >
> > Please do not post admin requests or moderator comments to the list.
> > Contact the moderators at cocoa-dev-admins(at)lists.apple.com
> >
> > Help/Unsubscribe/Update your Subscription:
> >
> > This email sent to email@hidden
>
>
--
http://ericd.net
Interactive design and development
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden