- 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:

- 同步:秩序如何從混沌中涌現(xiàn)
- 數(shù)據(jù)可視化:從小白到數(shù)據(jù)工程師的成長之路
- 云數(shù)據(jù)中心基礎(chǔ)
- 數(shù)據(jù)庫基礎(chǔ)與應(yīng)用:Access 2010
- SQL Server 2008數(shù)據(jù)庫應(yīng)用技術(shù)(第二版)
- Microsoft Power BI數(shù)據(jù)可視化與數(shù)據(jù)分析
- Python數(shù)據(jù)分析與挖掘?qū)崙?zhàn)(第3版)
- 數(shù)據(jù)科學(xué)實(shí)戰(zhàn)指南
- MySQL技術(shù)內(nèi)幕:SQL編程
- Python數(shù)據(jù)分析從小白到專家
- 數(shù)據(jù)庫與數(shù)據(jù)處理:Access 2010實(shí)現(xiàn)
- 數(shù)據(jù)挖掘競賽實(shí)戰(zhàn):方法與案例
- Scratch 2.0 Game Development HOTSHOT
- Unity for Architectural Visualization
- Arquillian Testing Guide