Closed igoris closed 13 years ago
It's quite uncommon to expose va_list-based APIs. I'd rather expose an NSArray version of the method.
Yet, I don't want to answer too quickly. Would you mind describing your use case?
OK. Maybe I should close this issue. Please feel free to reopen it when there's something worth mentioning.
Sorry, I wasn't able to answer... Yep, looks like you are right. There was problem in my architecture.
OK. If you still feel like you miss some API, please setup a code snippet that we could examine together.
It would be great to have va_list versions of variadic methods with ellipsis. For example, there is
If we have some array of objects it is quite hard to pass them to this method. So it can be something like this: