- Swift 2 By Example
- Giordano Scalzo
- 146字
- 2021-07-16 12:45:45
Chapter 3. A Memory Game in Swift
After learning the fundamental parts of the language and getting a basic introduction to creating a simple app with Xcode, it's now time to build something more complex, but still using the basics from the previous chapter. This chapter aims to show you how to structure an app, creating clean and simple code, and how to make it appealing to the user with nice colors and smooth animations.
Compared to the previous chapter, this chapter is more advanced because I think the best way to learn new concepts is to see them in a real, working app. One of the many ways to show content in an iOS app is using the UICollectionView
class, which is a component that lays the subcomponents as a flow of cell. A good introduction to UICollectionView
can be found at http://nshipster.com/uicollectionview/.
- 輕松學大數據挖掘:算法、場景與數據產品
- MongoDB管理與開發精要
- 分布式數據庫系統:大數據時代新型數據庫技術(第3版)
- 工業大數據分析算法實戰
- Libgdx Cross/platform Game Development Cookbook
- UDK iOS Game Development Beginner's Guide
- 跟老男孩學Linux運維:MySQL入門與提高實踐
- MySQL數據庫技術與應用
- SIEMENS數控技術應用工程師:SINUMERIK 840D-810D數控系統功能應用與維修調整教程
- Visual FoxPro數據庫技術基礎
- 大數據與機器學習:實踐方法與行業案例
- 云計算寶典:技術與實踐
- 數據中臺實戰:手把手教你搭建數據中臺
- 大數據計算系統原理、技術與應用
- 數據庫原理及應用實驗:基于GaussDB的實現方法