- Swift 2 By Example
- Giordano Scalzo
- 190字
- 2021-07-16 12:45:45
The app is…
The app we are going to implement is a UIKit implementation of a memory game: a solitaire version. A memory game, also known as concentration, is a card game where the player must match all the cards, which start reversed, turning up two of them in each turn. If the cards match, they are removed from the table. Otherwise, they are turned down again and the score increases. The goal is to clear the table with the lowest score possible.
In our implementation, we are going to use only standard UIKit components and look at another way of creating the interface in Xcode. We'll create all of our UI directly in the code without using Interface Builder.
Let's start prototyping the screens. Despite this being an educational app, we want it to be a pretty and fun app, so we need at least one option to decide the difficulty, selecting the quantity of cards laid on the table.
The following are the screens we'll implement for the app; the first is to select the difficulty—basically, selecting the number of the cards in the deck:

- GitHub Essentials
- MongoDB管理與開發精要
- 卷積神經網絡的Python實現
- 大數據:規劃、實施、運維
- Neural Network Programming with TensorFlow
- 算法與數據中臺:基于Google、Facebook與微博實踐
- UDK iOS Game Development Beginner's Guide
- 深度剖析Hadoop HDFS
- MySQL 8.x從入門到精通(視頻教學版)
- Power BI商業數據分析完全自學教程
- MATLAB Graphics and Data Visualization Cookbook
- INSTANT Android Fragmentation Management How-to
- 視覺大數據智能分析算法實戰
- SAS金融數據挖掘與建模:系統方法與案例解析
- Unreal Engine Virtual Reality Quick Start Guide