• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: UINavigationBar, global right button logo for the entire application, how?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: UINavigationBar, global right button logo for the entire application, how?


  • Subject: Re: UINavigationBar, global right button logo for the entire application, how?
  • From: Alex Zavatone <email@hidden>
  • Date: Thu, 13 Sep 2012 08:40:16 -0400

This is a traditional (irritating) message that could be better handled in Objective-C.

You're sending a message to do something to an object that doesn't have that method implemented in it. OC likes to crash in that case.

Check to make sure that you are sending setRightBarButtonItem to an object that actually has that method in it.

On Sep 7, 2012, at 10:41 AM, email@hidden wrote:

> Hey!,
>
> I'm trying to set a logo image at the right side of the navigation bar for the entire application, so far I got this: http://pastie.org/private/pmwhfasyaskynw7xupinrw and I got this exception:
>
> Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[_UIBarItemAppearance setRightBarButtonItem:]: unrecognized selector sent to instance 0x68a9c00'
>
> There's another way to set a global button for the entire application?.
>
> Thanks.
>
> --
> Juan Felipe Alvarez Saldarriaga
> http://juan.im
> Twitter: @nebiros
> Google Talk: email@hidden
> Skype: jfasaldarriaga
>
> _______________________________________________
>
> 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

_______________________________________________

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

References: 
 >UINavigationBar, global right button logo for the entire application, how? (From: email@hidden)

  • Prev by Date: Re: Mac cursor hotspot is not at the tip of the cursor
  • Next by Date: maintaining alpha value for intersecting lines?
  • Previous by thread: UINavigationBar, global right button logo for the entire application, how?
  • Next by thread: Targeting actions/methods on selected object in NSObjectController
  • Index(es):
    • Date
    • Thread