Swift language: Dictionary

Dictionary is another collection type available in Swift. Dictionary can store multiple values of same type. Dictionary is a key value pair collection, where each key has a value associated with it. Dictionary in Swift are different from NSDictionary in objective C. The common difference between the two is that NSDictionary can store  different values […]

Swift language: Dictionary Read More »