How do you get the size of an NSArray and print it in the console using NSLog?
NSArray
NSLog
In Swift 4
let a = ["a","b"]
a.count //2