I have declared a subscript in swift and wanted to know if it is possible to use a swift subscript in objective-c ? Because I have made my class inherit from NSObject and made the subscript public. But I still cannot have access to it. I am asking this question based on this line in the Apple's "Using Swift with Cocoa and Objective-C" :
How to make the subscript compatible to Objective-C or is Swift subscripts is a specific swift feature ?
