facebook twitter hatena line email

「Ios/swift/リンク集」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(swiftコーディング規約)
 
(同じ利用者による、間の5版が非表示)
行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
行4: 行7:
 
*http://easyramble.com/swift-todo-app-tutorial.html Swiftで作るToDoアプリ開発
 
*http://easyramble.com/swift-todo-app-tutorial.html Swiftで作るToDoアプリ開発
 
*http://swift-ios.keicode.com/ SwiftによるiOS開発入門
 
*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コーディング規約==
 
==swiftコーディング規約==
https://github.com/jarinosuke/swift-style-guide/blob/master/README_JP.md githubのswiftコーディング規約
+
*https://github.com/jarinosuke/swift-style-guide/blob/master/README_JP.md githubのswiftコーディング規約
http://qiita.com/susieyy/items/f71435cc962e70d81b37 Wantedlyのswiftコーディング規約
+
*http://qiita.com/susieyy/items/f71435cc962e70d81b37 Wantedlyのswiftコーディング規約
 +
*http://easyramble.com/swift-coding-convention.html swiftコーディング規約まとめ
 +
 
 +
==互換性==
 +
https://qiita.com/gamako/items/c12edf77fe0632903b77 Xcode,Swiftのバイナリ互換性(swift5よりABI安定化がされる)

2018年10月12日 (金) 11:51時点における最新版

swift公式ドキュメント

https://developer.apple.com/reference/uikit

入門

swiftコーディング規約

互換性

https://qiita.com/gamako/items/c12edf77fe0632903b77 Xcode,Swiftのバイナリ互換性(swift5よりABI安定化がされる)