I'm sure this must be answered somewhere already but I'm struggling to find the right search terms for the answer.
In my objective-c code I have an NSArray of an unknown number strings that I want to pass its elements to a variadic init method, in this case its the ... list of 'otherButtonTitles' in the constructer of UIActionSheet. How can this be achieved?
thanks in advance