色感訓練
このアプリで用いた主な技術
- UISliderによる値の入力
- UIViewをアニメーションで移動
開発環境
xcode:Version 12.4 swift:Version 5.3.2 macOS: BigSur (Version 11.1)
プログラムファイル
├── LPColor
│ ├── AppDelegate.swift
│ ├── Assets.xcassets
│ │ └── (アイコンなどの画像)
│ ├── Base.lproj
│ │ ├── LaunchScreen.storyboard
│ │ └── Main.storyboard
│ ├── Info.plist
│ ├── AnswerCheck.swift
│ ├── Lpinfo.swift
│ ├── MiddleTraining.swift
│ ├── SafeColorTraining.swift
│ ├── SceneDelegate.swift
│ ├── TextFieldCheck.swift
│ ├── Training.swift
│ └── ViewController.swift
├── LPColorTests
├── LPColorUITests
└── LPColor.xcodeproj
全ファイル容量:696KB
│ ├── AppDelegate.swift
│ ├── Assets.xcassets
│ │ └── (アイコンなどの画像)
│ ├── Base.lproj
│ │ ├── LaunchScreen.storyboard
│ │ └── Main.storyboard
│ ├── Info.plist
│ ├── AnswerCheck.swift
│ ├── Lpinfo.swift
│ ├── MiddleTraining.swift
│ ├── SafeColorTraining.swift
│ ├── SceneDelegate.swift
│ ├── TextFieldCheck.swift
│ ├── Training.swift
│ └── ViewController.swift
├── LPColorTests
├── LPColorUITests
└── LPColor.xcodeproj
全ファイル容量:696KB
注意事項
特になし。