What will the return value for performSelector: if I pass a selector that returns a primitive type (on object), such as ‘week’ on NSDateComponents (which will return an int)?
What will the return value for performSelector: if I pass a selector that returns
Share
An example of using NSInvocation to return a float: