• 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: [iPhone] UINavigationController and UINavigationBar
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [iPhone] UINavigationController and UINavigationBar


  • Subject: Re: [iPhone] UINavigationController and UINavigationBar
  • From: Duccio <email@hidden>
  • Date: Wed, 09 Dec 2009 02:19:12 +0100

>> On Dec 8, 2009, at 3:51 PM, Mike Abdullah wrote:
>>
>>> Other alternatives:
>>>
>>> - Subclass UINavigationController to return a custom view from -navigationBar.
>>> - Add a custom subview to the nav bar to do your drawing.
>>
>> I recommend neither of these. It's already been brought up that UINavigationController shouldn't be subclassed, and it isn't meant as a container for arbitrary views, either. If you really aren't satisfied with using a tint color for the background, file an ER asking for an API to provide a background image.
>
> Final other option then, +[UIColor colorWithPatternImage:] and set that as the tint.
>

I said when I read: great workaround! But does not work, the Navigation Bar is black:

self.navigationController.navigationBar.tintColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"image.png"]];


_______________________________________________

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: 
 >[iPhone] UINavigationController and UINavigationBar (From: Duccio <email@hidden>)
 >Re: [iPhone] UINavigationController and UINavigationBar (From: Luke the Hiesterman <email@hidden>)
 >Re: [iPhone] UINavigationController and UINavigationBar (From: Aldo Armiento <email@hidden>)
 >Re: [iPhone] UINavigationController and UINavigationBar (From: Kyle Sluder <email@hidden>)
 >Re: [iPhone] UINavigationController and UINavigationBar (From: Alex Kac <email@hidden>)
 >Re: [iPhone] UINavigationController and UINavigationBar (From: Aldo Armiento <email@hidden>)
 >Re: [iPhone] UINavigationController and UINavigationBar (From: Mike Abdullah <email@hidden>)
 >Re: [iPhone] UINavigationController and UINavigationBar (From: Luke the Hiesterman <email@hidden>)
 >Re: [iPhone] UINavigationController and UINavigationBar (From: Mike Abdullah <email@hidden>)

  • Prev by Date: resize handle and custom view classes
  • Next by Date: Re: Customize the line's color that separates the window content from the title bar?
  • Previous by thread: Re: [iPhone] UINavigationController and UINavigationBar
  • Next by thread: Re: [iPhone] UINavigationController and UINavigationBar
  • Index(es):
    • Date
    • Thread