LoginSignup
4
5

More than 3 years have passed since last update.

[Swift] シンプルなクイズアプリのサンプルコード

Last updated at Posted at 2019-06-15

概要

シンプルなクイズアプリのサンプルコードです。
クイズ形式のアプリは1つ作れば、ジャンルやカテゴリを変更してアプリを量産し易いですね。

  • 環境

    • Xcode 10.2.1
    • Swift 5
  • 特徴

    • 設問テキスト内に選択肢を含むシンプルなパターン
    • 正解、不正解時にサウンド
    • 経過時間のタイマー
    • 結果画面で正解率と時間を表示

結果

github

備考

  • 今回はとりあえず動くものを作っています
  • 次回は設問と選択肢を分けるパターンを作ります
4
5
15

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
5