Last Updated: February 25, 2016
·
441
· aaboyd

Variadic Functions in Objective-C

Ever wondered how NSLog or UIAlertView accept an infinite amount of arguments. It's really not that hard to use or write these kinds of functions.

Check it out.

Variadic Functions in Objective-C