With an array: How do I do indexOfObject or a proper containsObject?
indexOfObject
containsObject
I mean I know I could just bridge the Array to NSArray an
NSArray
Its actually able to be done in Swift. To get the index use find(YourArray, ObjectToFind)
find(YourArray, ObjectToFind)