init(dictionary:)
Initializes a newly allocated dictionary and adds to it objects from another given dictionary.
Declaration
@objc(__swiftInitWithDictionary_NSDictionary:) dynamic convenience init(dictionary otherDictionary: NSDictionary)Return Value
An initialized dictionary–which might be different than the original receiver–containing the keys and values found in otherDictionary.