What is dictionary in swift?



What is dictionary in swift?..

Answer / Lal Singh Garbyal

"Dictionary in Swift is a collection of key-value pairs that can be accessed by their keys. It's similar to an associative array or hash table. Dictionaries are useful when you need quick lookup times and don't care about the order of elements."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apple iOS Swift Interview Questions

What is static let in swift?

1 Answers  


What are the various ways to unwrap an optional in swift?

1 Answers  


What are the control transfer statements that are used in ios swift?

1 Answers  


Where can we test the apple iphone apps if we don’t have an ios device?

1 Answers  


Is swift a functional language?

1 Answers  


What is plist in ios?

1 Answers  


How do I add a bridging header in swift?

1 Answers  


Is swift a language or framework?

1 Answers  


What is mvp in swift?

1 Answers  


What is selector swift?

1 Answers  


What is weak in swift?

1 Answers  


Why we use delegates in swift?

1 Answers  


Categories