I\'m trying to create init functions in Swift and create instances from Objective-C. The problem is that I don\'t see it in Proj
init
Swift
Objective-C
Proj
use this one:
var index: NSInteger! @objc convenience init(index: NSInteger) { self.init() self.index = index }