First off I confess my ignorance, I\'ve learned everything I know about Objective-C in the few months I\'ve been working on my project. I also find it utterly frustrating ho
In Objective-c, it's nil not null. So:
nil
null
if (shotIndex != nil) { // its not nil }