Friends,
What are your go-to references for the iOS SDK?
I am going through Clay's book, and as I code up the examples I am also looking through Apple's SDK reference (
http://developer.apple.com/library/ios/navigation/) to see how I will reference the possible settings and attributes in the future, when I don't have a book guiding me in what to code.
However, I find that often looking through Apple's reference for a given SDK item doesn't point me to quite all of the properties I can set, and wonder how to make those connections in the future?
For example: In adding a UITextField, Clay has us set "enablesReturnKeyAutomatically=true". However, looking up
UITextField, I see no reference to "enablesReturnKeyAutomatically. It seems like were I to look without aid of a book example, I wouldn't know to look at that particular attribute.
Tips on how best to navigate the SDK reference or other resources that might summarize the possible attributes differently are greatly appreciated.
Warren
Warren Wright
@developerwarren