|
|
| (同じ利用者による、間の49版が非表示) |
| 1行目: |
1行目: |
| ==swift準備==
| | [[ios/swift/helloworld]] |
| #macのapp_storeでxcodeをインストール
| |
| #create new projectを選択
| |
| #Single View Applicationを選択
| |
| #ProductNameをHelloworld、OriginalIdをcom.example、LanguageをSwift、DevicesをiPhoneで作成
| |
|
| |
|
| ==コンソールにHelloworld==
| | [[ios/swift/実機確認]] |
| #ViewController.swiftの以下の場所にprintを追加
| |
| override func viewDidLoad() {
| |
| super.viewDidLoad()
| |
| print("Helloworld");
| |
| }
| |
| #▶︎を押してビルド実行すると右下のコンソール欄にHelloworldと表示される
| |
|
| |
|
| 参照:http://qiita.com/maximum80/items/4116985b7276fdb45576
| | [[ios/swift/数字と文字]] |
|
| |
|
| ==画面上にHelloworldのラベルを表示==
| | [[ios/swift/配列]] |
| #Main.storyboradを選択し、右下の◎を選択してオブジェクト一覧を選択
| |
| #Labelを中央にドラッグしてくる。
| |
| #LabelにHelloworldを記載し
| |
| #▶︎を押してビルド実行
| |
| 参照:http://vdeep.net/start-ios-swift
| |
|
| |
|
| ==swiftバージョン確認==
| | [[ios/swift/制御とループ]] |
| $ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -v
| |
| Apple Swift version 2.2 (swiftlang-703.0.18.8 clang-703.0.31)
| |
|
| |
|
| ==最低限必要となるiOSのバージョンの設定==
| | [[ios/swift/関数]] |
| #プロジェクトをダブルクリックし、
| |
| #Deployment Targetを修正
| |
|
| |
|
| ==実機検証==
| | [[ios/swift/構造体]] |
| #実機をUSBで接続
| |
| #xcodeの上部にあるiPhone6などと書かれている部分を自分のDeviceに選択しなおす。
| |
| #▶︎を押してビルド実行
| |
|
| |
|
| 以下メッセージが出た場合
| | [[ios/swift/クラス]] |
| Verify the Developer App certificate for your account is
| |
|
| |
|
| #実機について以下確認
| | [[ios/swift/ライフサイクル]] |
| #設定/一般/プロファイルとデバイス管理/デベロッパAPP/信頼するに変更
| | |
| | [[ios/swift/label]] |
| | |
| | [[ios/swift/ボタン]] |
| | |
| | [[ios/swift/ButtonSystem]] |
| | |
| | [[ios/swift/色]] |
| | |
| | [[ios/swift/画面遷移]] |
| | |
| | [[ios/swift/storyboard]] |
| | |
| | [[ios/swift/ナビゲーションバー]] [dir] |
| | |
| | [[ios/swift/画像]] |
| | |
| | [[ios/swift/画像保存]] |
| | |
| | [[ios/swift/外部ライブラリ]] [dir] |
| | |
| | [[ios/swift/AutoLayout]] |
| | |
| | [[ios/swift/TableView]] [dir] |
| | |
| | [[ios/swift/CollectionView]] |
| | |
| | [[ios/swift/AlertView]] |
| | |
| | [[ios/swift/UIPageViewController]] |
| | |
| | [[ios/swift/UIScrollView]] |
| | |
| | [[ios/swift/WebView]] |
| | |
| | [[ios/swift/SearchBar]] |
| | |
| | [[ios/swift/UIToolbar]] |
| | |
| | [[ios/swift/view]] |
| | |
| | [[ios/swift/アプリを評価]] |
| | |
| | [[ios/swift/左右ジェスチャー]] |
| | |
| | [[ios/swift/画像ビューアー]] |
| | |
| | [[ios/swift/設定値保存]] |
| | |
| | [[ios/swift/プロジェクトコピー]] |
| | |
| | [[ios/swift/リンク集]] |