Calling Objective-C initializer with variadic arguments
问题 I'm trying to re-use an Objective-C class, namely TSAlertView, into a Swift project. The problem is that the class uses an initializer with variadic arguments. I followed the same approach suggested at this stackoverflow question and my code works in the iOS Simulator if I use the iPad Air but NOT if I use the iPad Retina. The code also crashes on a real iPad 3. I was able to create a toy example that shows the same issue. TestClass.h #import <Foundation/Foundation.h> @interface TestClass :