Swift for Beginners Part 15 - Arrays & Dictionaries

preview_player
Показать описание
iOS Academy offers the #1 course for iOS Development for Beginners. Learn to create iPhone and iPad apps from scratch. Everyone these days has an app idea; learn the important skill of making those apps, make yourself more marketable, change industries to get a different job, and enjoy the ride!

Рекомендации по теме
Комментарии
Автор

thanks a lot for the video. It helps me a lot. Could you please recommend some books on Swift ? I really want to know better and deeper about it

ayminsa
Автор

you can call the value of an array or dictionary directly
print(number[0]) //print 1
print(car["Lexus]) //prints 12

PatricioBenavente
Автор

Hai, I had a dictionary with key and values but the issues is example CustNo = 1 to 10, displaying a label text it shows only 10 the last value of dictionary showing to all the 10 values. any one help me.

nirmalchandran
Автор

I have a query i have an array of dictionary
Var sample =[["1":"a", "2":"c", "3":[["A":"1", "B":"2"]]
So how to get the value of key A which is the value of key "3"

nimisharajeevp
Автор

"The beauty of a dictionary is you can look up stuff much faster." Proceeds to NOT show you how to look up stuff :/

nickgramenos