UITabBarButton header
UITabBarButton header
- Subject: UITabBarButton header
- From: "Gus Heck" <email@hidden>
- Date: Sun, 27 Jul 2008 21:07:48 -0400
Where can I get it? It seems that if I use the Tab Bar Controler template for Iphone in the Interface Builder that comes with Xcode 3.1, and drag a "Tab Bar Item" into the tab bar, I get an object that is not a UITabBarItem, but rather a UITabBarButton.
When I greped the /Developer directory, this is all I got...
gus-hecks-macbook:Developer gus$ grep -r UITabBarButton * 2>1 | grep -v 'No such'
Binary file Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS2.0.sdk/System/Library/Frameworks/UIKit.framework/UIKit matches
Binary file Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator2.0.sdk/System/Library/Frameworks/UIKit.framework/UIKit matches
gus-hecks-macbook:Developer gus$ pwd
/Developer
gus-hecks-macbook:Developer gus$
Without the header, it's pretty hard to figure out what I can or can't do with the button... And it doesn't help that I'm new to Objective-C/Iphone/Xcode/Interface Builder either :). (so please be gentle if I'm missing something obvious)
Also, there doesn't appear to be an iPhone-dev list, but if there is a better list than this one please let me know.
Thanks in advance,
Gus
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden