Im just wondering whether there is a way to call a method where i build the name of the method on the fly with a string.
e.g. I have a method called loaddata
You can try something like
SEL s = NSSelectorFromString(selectorName); [anObject performSelector:s];