Re: UINavigationBar button look?

2011-08-11 Thread Rick Mann
In the end, this doesn't work. The black toolbar does not match the black nav bar. On Aug 10, 2011, at 22:10 , Luther Baker wrote: http://touchthatfruit.posterous.com/multiple-uibarbuttonitems-in-uinavigationbar On Wed, Aug 10, 2011 at 11:33 PM, Rick Mann rm...@latencyzero.com wrote: Is

Re: UINavigationBar button look?

2011-08-11 Thread Luther Baker
I'm sure you tried it - but did you set them both to the same style? http://developer.apple.com/library/ios/#documentation/uikit/reference/UIKitDataTypesReference/Reference/reference.html#//apple_ref/c/tdef/UIBarStyle and same translucency?

Re: UINavigationBar button look?

2011-08-11 Thread Rick Mann
Yeah, I tried both black opaque and translucent (against a black opaque nav bar). The UIToolbar is a different graphic (has no thin light line along the bottom), and in fact, in your blog post, you can see it eats out a section of the nav bar. The center line (where the gradient changes) is

UINavigationBar button look?

2011-08-10 Thread Rick Mann
Is there any way to make a UIButton that looks like the rectangular buttons with rounded corners, and text titles, that appear in a UINavigationBar? I have a need to add an extra button to a UINavigationBar, but I can't just add a UIButton or a UIBarButtonItem if there's already one there. So I

Re: UINavigationBar button look?

2011-08-10 Thread Luther Baker
http://touchthatfruit.posterous.com/multiple-uibarbuttonitems-in-uinavigationbar On Wed, Aug 10, 2011 at 11:33 PM, Rick Mann rm...@latencyzero.com wrote: Is there any way to make a UIButton that looks like the rectangular buttons with rounded corners, and text titles, that appear in a

Re: UINavigationBar button look?

2011-08-10 Thread Rick Mann
Huh. Not sure how I feel about that approach, but I guess I'll give it a try. Thanks! On Aug 10, 2011, at 22:10 , Luther Baker wrote: http://touchthatfruit.posterous.com/multiple-uibarbuttonitems-in-uinavigationbar On Wed, Aug 10, 2011 at 11:33 PM, Rick Mann rm...@latencyzero.com wrote: Is