- Mastering Swift
- Jon Hoffman
- 238字
- 2021-07-16 14:12:13
Chapter 3. Using Collections and Cocoa Data Types
Once I got past the basic Hello World beginner applications, I quickly began to realize the shortcomings of variables, especially with the Mad Libs (http://en.wikipedia.org/wiki/Mad_Libs) style applications that I was starting to write. These applications requested that the user enter in numerous strings and I was creating a separate variable for each input field that the user entered. Having all of these separate variables quickly became very cumbersome. I remember talking to a friend about this and he asked me why I was not using arrays. At the time, I was not familiar with arrays, so I asked him to show me what they were. Even though he had a TI-99/4A and I had a Commodore Vic-20, the concept of arrays was the same. Even today, the arrays found in modern development languages have the same basic concepts as the arrays I used on my Commodore Vic-20. While it is definitely possible to create a useful application without using collections, when used right, collections do make application development significantly easier.
In this chapter, we will cover the following topics:
- What is an array in Swift and how to use it?
- What is a dictionary in Swift and how to use it?
- What is a tuple in Swift and how to use it?
- How to use Cocoa data types in Swift?
- How to use Foundation data types in Swift?
- SQL Server 從入門到項目實踐(超值版)
- Java異步編程實戰
- Learning Real-time Processing with Spark Streaming
- Java 開發從入門到精通(第2版)
- PyTorch自動駕駛視覺感知算法實戰
- C# Programming Cookbook
- Troubleshooting PostgreSQL
- Python數據可視化之Matplotlib與Pyecharts實戰
- Hands-On GPU:Accelerated Computer Vision with OpenCV and CUDA
- 大學計算機基礎(第2版)(微課版)
- Learning FuelPHP for Effective PHP Development
- Java網絡編程核心技術詳解(視頻微課版)
- 區塊鏈項目開發指南
- OpenCV Android Programming By Example
- Keil Cx51 V7.0單片機高級語言編程與μVision2應用實踐