Tuesday, September 24, 2013

objective-c needs to determine whether the pointer is null?

Beginner IOS, read some source, basically no empty judge, so confused
Reply:
Themselves under the pointer will certainly be released, sentenced empty. System internal recycling pool, so some will not see empty,
Reply:
if (pointer to object)
{
[Pointer object pointer object method];
}

No comments:

Post a Comment