「Ios/swift/リンク集」の版間の差分
提供: 初心者エンジニアの簡易メモ
行1: | 行1: | ||
+ | ==swift公式ドキュメント== | ||
+ | https://developer.apple.com/reference/uikit | ||
+ | |||
==入門== | ==入門== | ||
*http://libro.tuyano.com/index2?id=10206003 Libro | *http://libro.tuyano.com/index2?id=10206003 Libro |
2016年7月31日 (日) 12:32時点における版
swift公式ドキュメント
https://developer.apple.com/reference/uikit
入門
- http://libro.tuyano.com/index2?id=10206003 Libro
- http://dotinstall.com/lessons/basic_iphoneapp_v2 ドットインストール
- http://easyramble.com/swift-todo-app-tutorial.html Swiftで作るToDoアプリ開発
- http://swift-ios.keicode.com/ SwiftによるiOS開発入門
- http://tech.camph.net/how-to-make-ios-app-with-swift/ 作って学ぶSwift入門
- https://sites.google.com/a/gclue.jp/swift-docs/ni-yinki100-ios/uikit/001-uilabelde-wen-ziwo-biao-shi 逆引きSwift
swiftコーディング規約
- https://github.com/jarinosuke/swift-style-guide/blob/master/README_JP.md githubのswiftコーディング規約
- http://qiita.com/susieyy/items/f71435cc962e70d81b37 Wantedlyのswiftコーディング規約
- http://easyramble.com/swift-coding-convention.html swiftコーディング規約まとめ