LoginSignup
59
56

More than 5 years have passed since last update.

iOS(Swift)開発で参考にしている記事まとめ

Last updated at Posted at 2015-09-11

iOSアプリをSwiftで開発する上で、個人的に参考にし、取り入れている手法をまとめます。

コーディング規約

基本、ここら辺に従っています。定期的に読むとよい気がします。

Tips

  • iOSアプリのコードレビューで最近気になるところ
    以下の点は、この資料で教わりました。

    • @IBOutletのdidSetでlayerを設定するときれい
    • DataSourceのオブジェクトはStoryboardで注入できる
    • enumを活用すべき
       
  • Making Your App Static
    storyboard, cellの読み込み時に、identifierの文字列を使わないで書くスマートな方法が紹介されています。genericsの便利さがよく分かります。

  • Keyboardの上下
    animation curveまできちんと扱われているものは意外と少ない気がします。

59
56
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
59
56