iphone-sdk-documentation

Documentation for NSString sizeWithFont:forWidth:lineBreakMode: method (in the iPhone SDK)?

I can't find the documentation for the NSString sizeWithFont:forWidth:lineBreakMode: method (see Kevin Ballard's answer to "Sizing a UILabel (in the iPhone SDK) to fit?") in the NSString Class Reference in the iPhone SDK Developer Documentation. Where should I look? Update: I hadn't subscribed to an iPhone OS Library doc set, so my sea...

Iphone development resources

I've started to play with the IPhone SDK. What are the best resources to get started? (books, tutorials, blogs?) ...

iPhone SDK System Provided Buttons and Icons

Where can the System-Provided Buttons and Icons mentioned in the following link to the iPhone Developer Human Interface Guidelines be found in the SDK? http://developer.apple.com/iphone/library/documentation/UserExperience/Conceptual/MobileHIG/SystemProvided/SystemProvided.html I expected them to show up in Interface Builder somewhere,...

iPhone Application in spanish using foreign characters

Hi guys. i'm making an iphone application using some characters of spanish language. All of these characters are being included on a various text files. The matter is that when i import the data using NSMutableArrays or NSData objects, all the special characters was replaced for extranges symbols. I try to solve this problem using for al...