LoginSignup
0
1

More than 3 years have passed since last update.

【Swift】細かいけど忘れたくないものメモ

Last updated at Posted at 2019-12-02

初めに

教えて貰った細かいことや当たり前に覚えたいことをメモしていきます。

コード

1.変更しないクラスや変数にprivateをつける

表題の通り、変更する予定がないものや変更さたくない変数やクラスにprivateをつけること

2.キーボードを閉じる時はresignFirstResponderを使用

↓を画面遷移する時やキーボードのenterを押す時などに実行する

textField.resignFirstResponder()

Storyboard

1.Storyboard上からローカライズファイルを作成できる

↓のlocalizationのEnglishタブをチェック
image.png

その他

1.

終わりに

随時追加予定です。

0
1
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
0
1