I\'m learning Swift, and I can see Dictionary in it. But there are lots of examples that are using NSDictionary with Swift. What\'s the
Dictionary
NSDictionary
In practice and with regard to Swift's strong type concept the significant difference is
Hence native Dictionary is preferable.