「Hello」と書いたラベルを画面に表示する簡単なアプリを作成する方法です
iPhoneアプリの作成はXcode 7 と Swiftを使います
①Xcodeを起動して「Create a new Xcode project」をクリックします
②テンプレート「Single View Application」を選択して「Next」をクリックします
③プロジェクトの情報を入力して「Next」をクリックします
④プロジェクトの保存先を指定して「Create」をクリックします
⑤「Main.storyboard」を選択して「Label」をドラック&ドロップします
⑥「Label」をダブルクリックして選択状態にして「Hello」を入力します
⑦Runボタンを押してSimulatorを起動します
ピンバック: iPhoneアプリ UIKit UILabel – memorandum
ピンバック: iPhoneアプリ UIKit UIButton – memorandum
ピンバック: iPhoneアプリ UIKit UISwitch – memorandum
ピンバック: iPhoneアプリ UIKit UISlider – memorandum
ピンバック: iPhoneアプリ UIKit UITextField – memorandum
ピンバック: iPhoneアプリ UIKit UITextVIew – memorandum
ピンバック: iPhoneアプリ UIKit UIImageView – memorandum
ピンバック: iPhoneアプリ UIWebView – memorandum