iPhoneアプリ Helloアプリの作成

投稿者: | 2016年9月14日

「Hello」と書いたラベルを画面に表示する簡単なアプリを作成する方法です

iPhoneアプリの作成はXcode 7 と Swiftを使います

①Xcodeを起動して「Create a new Xcode project」をクリックします

hello%e3%82%a2%e3%83%97%e3%83%aa1

②テンプレート「Single View Application」を選択して「Next」をクリックします

hello%e3%82%a2%e3%83%97%e3%83%aa2

③プロジェクトの情報を入力して「Next」をクリックします

hello%e3%82%a2%e3%83%97%e3%83%aa3

④プロジェクトの保存先を指定して「Create」をクリックします

hello%e3%82%a2%e3%83%97%e3%83%aa4

⑤「Main.storyboard」を選択して「Label」をドラック&ドロップします

hello%e3%82%a2%e3%83%97%e3%83%aa6

⑥「Label」をダブルクリックして選択状態にして「Hello」を入力します

hello%e3%82%a2%e3%83%97%e3%83%aa7

⑦Runボタンを押してSimulatorを起動します

hello%e3%82%a2%e3%83%97%e3%83%aa8-1

hello%e3%82%a2%e3%83%97%e3%83%aa9

 

iPhoneアプリ Helloアプリの作成」への8件のフィードバック

  1. ピンバック: iPhoneアプリ UIKit UILabel – memorandum

  2. ピンバック: iPhoneアプリ UIKit UIButton – memorandum

  3. ピンバック: iPhoneアプリ UIKit UISwitch – memorandum

  4. ピンバック: iPhoneアプリ UIKit UISlider – memorandum

  5. ピンバック: iPhoneアプリ UIKit UITextField – memorandum

  6. ピンバック: iPhoneアプリ UIKit UITextVIew – memorandum

  7. ピンバック: iPhoneアプリ UIKit UIImageView – memorandum

  8. ピンバック: iPhoneアプリ UIWebView – memorandum

コメントは停止中です。