problem about substitute-Collection of common programming errors


  • JeremyP
    objective-c loops properties substitute
    Newbie question: Can one substitue commands, properties or methods for NSStrings or char at runtime?Lets say I do something like this://these are the names of my properties of an NSObject I created char theChangingProperty[17][18] = {“name”, “title”, “number”, “property4”, “property5”, “property6”, “property7”, “property8”, “property9”, “property10”, “property11”, “property12”, “property13”, “property14”, “property15”, “property16”, “property17”};(PS I know there is a better actual objective-c w