whitesaint
cocoa love
okay one of the most used keywords in Objective-C, and probably the least documented, is "nil." Can anyone explain to me in more detail what this means? I read in Apple's Objective-C book that it means "a value of 0"
So would this -
float myFloat = 0
equal the same as saying this -
float myFloat = nil
? Any thoughts? As always take care of yourselves, and eachother.
So would this -
float myFloat = 0
equal the same as saying this -
float myFloat = nil
? Any thoughts? As always take care of yourselves, and eachother.