How the NSDictionary and NSArray are represented in iOS ? Sunil Singh 13-Jan-2017 944 1 Answers Last updated:9/21/2020 11:49:39 AM
Sunil Singh 13-Jan-2017 Curly bracket ({}) is used to represent the NSDictionary in iOS. Square bracket ( [] ) is used to represent the NSArray.
Sunil Singh
Curly bracket ({}) is used to represent the NSDictionary in iOS. Square bracket ( [] ) is used to represent the NSArray.