Problem with new SDK

0 views
Skip to first unread message

Diem

unread,
Mar 27, 2008, 6:01:59 PM3/27/08
to iPhoneOSCoders
Does anyone try the new SDK? The compiler complains about
UIToolbarController, even on the original demo (TheElements). Any
idear?

Richard

unread,
Mar 28, 2008, 4:05:11 PM3/28/08
to iPhoneOSCoders

Yes, the new version appears to be missing UIToolbarController.h.
Hopefully they will provide an update/fix shortly. Otherwise, perhaps
dig out the previous version's header...

Goodluck :)

ClickSpace

unread,
Mar 28, 2008, 2:16:48 AM3/28/08
to iPhoneOSCoders
You need to change it to UITabBarController

BadPirate

unread,
Mar 28, 2008, 3:46:35 AM3/28/08
to iPhoneOSCoders
I'm currently in the same boat. UIToolbarController.h is
conspicuously missing from the UIKit framework. Anybody found a fix
for this?

Also; I've looked all over but there doesn't seem to be any
documentation for using Interface Builder with the new UIKit templates
for Cocoa Touch. Thoughts?

Kevin

Ron F

unread,
Mar 28, 2008, 3:30:27 AM3/28/08
to iPhoneOSCoders
UIToolbarController has become UITabBarController, and is pretty much
identical otherwise, although the property toolbarItem becomes
tabBarItem. Once I made those changes, my code compiled and ran fine.

What's really annoying is that XCode documentation tells me there is a
new iPhone SDK docset available, but each time I try and update, it
fails.

Also, none of the online documentation has been updated.

Although the samples have been.

Come on Apple, all together now :-)

I did find this page showing all the various API changes:

http://developer.apple.com/iphone/library/releasenotes/Miscellaneous/RN-iPhoneBetaAPIDiffs/index.html

Cheers,
Ron
Reply all
Reply to author
Forward
0 new messages