Probably because you don't have any groups in your Address Book.
Groups exists on my iPhone. Been there for a while.
Been there since the start I believe...
Probably because you don't have any groups in your Address Book.
Groups exists on my iPhone. Been there for a while.
I agree, wholeheartedly. Unless the new IB has some serious advantages, I might just stick to hand-coded UI design.This is good I guess. I was getting pretty comfortable without UI builder and I think not having it was helpful in some ways in terms of learning.
Ah, thanks much for that link. I was poking around on the site and couldn't seem to find a changelog at all. How did you make your way to it?UISimpleTableViewCell's been replaced/folded into to UITableViewCell. UITableViewCell.h has a "#define UISimpleTableViewCell UITableViewCell" so your current code should compile, but I just did a find-and-replace to update.
EDIT: look at http://developer.apple.com/iphone/l...iscellaneous/RN-iPhoneBetaAPIDiffs/index.html
Ah, thanks much for that link. I was poking around on the site and couldn't seem to find a changelog at all. How did you make your way to it?
Grrr, just when I get my UI pretty much finished by hand-coding it. But as mentioned above, it was probably good experience to do it by hand. I can always use IB on another project.
So by looking at the API delta mentioned above, it looks like toolbars have been gutted and replaced by "tab bars"? Am I reading that right?
Go into the iPhone Dev Centre webpage, select 'Development Environments' under the 'Tools' heading in the 'iPhone Reference Library' column - then sort it by date and you will see the release notes.
BTW if you or anyone figure out how to get started with IB for this iPhone SDK, please let me know - i'm totally lost![]()
I was wondering the same thing, but toolbars do seem to still exist, as per the link posted just above me:So by looking at the API delta mentioned above, it looks like toolbars have been gutted and replaced by "tab bars"? Am I reading that right?
Where is the Info.plist I need to edit to get nib files to be auto created? does this create auto when I make a new iPhone touch app or after? I am so lost!!!!
Are Cocoa Bindings (Touch Bindings?) supported for iPhone development? I've gotten so used to using them that it'd be hard to take a step backwards to not having them available. I imagine in any case they will be available at some point, although I wonder if there are power/memory/performance concerns from the runtime activity involved.
Blah. Major bummer. Back to typing heaps of glue code, I guess. Thanks.Nope. You should read the iPhone OS for Cocoa Developers article. Discusses bindings and a lot of other issues.
miketcool said:More guidelines? Theyre sooooo controlling!
Where is the Info.plist I need to edit to get nib files to be auto created? does this create auto when I make a new iPhone touch app or after? I am so lost!!!!
i am not a developer, and this question might be irrelevant, but: how did Apple people create iPhone/iTouch softwares when they first came out (when the SDK wasn't available)?
Ok sign me up as part of the group that is stuck on how to use Interface Builder.
I created a new project from IB itself, saved it as a .xib file and imported it into my project. I then modified my plist according to the release notes but I'm lost at that point. What do I do now?
Everyone should take a look at this FAQ:
http://developer.apple.com/iphone/library/releasenotes/DeveloperTools/RN-InterfaceBuilder/index.html