Closed mobile-devx-github-bot closed 4 years ago
Add warning message to isKindOfClass:.
isKindOfClass:
If the class object doesn't belong to the process of the callee object, the result will always be NO. For now, we print warning for this case, so developer may have chance to notice this if this is not the desired result.
NO
Add warning message to
isKindOfClass:
.If the class object doesn't belong to the process of the callee object, the result will always be
NO
. For now, we print warning for this case, so developer may have chance to notice this if this is not the desired result.