0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

#0049(2024/02/16)初めてのiOSアプリ:背番号クイズ

Last updated at Posted at 2025-02-16

初めてiOSアプリを作ってみた

  • 今までwebアプリしか作ってことがなかったが、chatGPTの力を借りながら、iOSアプリを作ってみた

デモ

  1. "スタート"を押すと、1秒後に二桁の乱数が生成される
  2. 背番号の選手名を考える
  3. "回答"を押すと、背番号に当てはまる選手名が表示される

技術要件

  • Swift
  • python (選手データのスクレイピング用)

作業手順

  1. 欲しい情報が載っているwebサイトを見つけ、スクレイピングをpythonで実装した
  2. pandasに欲しいデータを格納し、最終的にjsonで出力
  3. xcodeでプロジェクト作成
  4. ボタンの遷移、乱数の生成、表示内容の実装
  5. macにアプリをbuild
  6. iPhoneにbuildができるように設定(OSを合わせる、iPhoneを開発者モードへ変更、xcodeにAppleIDを
  7. iPhoneにアプリをbuild
0
0
0

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?