- Check platform geometry
- Check deployment platform
- Check system prefix
- Check for properties using key-value coding
UILabel *label = (UILabel *)[cell valueForKey:@"textLabel"];
if (label) [label setText:celltext];
- Check for class existence
if (NSClassFromString(@"NSAttributedString")) . . .
- Check for function existence
- Check for selector compliance
No comments:
Post a Comment