1
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Swift開発メモ

Posted at

効率化

[ cmd+/ ]で一文をコメントアウトできる

基本

定数 let
変数 var

エラー集

Signing for " " requires a development team.

Failed to create provisioning profile.
There are no devices registered in your account on the developer website. Plug in and select a device to have Xcode register it.

Developer websiteに登録してない人は登録するところから

Use of unresolved identifier '---'

CoreDataを使用する際はCoreDataファイルを作成し

参照URL

・UITableViewの使い方
https://www.sejuku.net/blog/36626

・基本的なToDO
https://qiita.com/TD3P/items/8f474358d1dd789557f3

・タスク別のToDo
https://qiita.com/snowman_mh/items/0d27f4abf7b14c72107f

・DataPiker(Textfieldを利用した)
https://www.egao-inc.co.jp/programming/swift_uidatepicker/

・Swiftのライブラリーまとめ
https://qiita.com/BlueEventHorizon/items/080f1e24a6c3d76a0df8

・Table Viewの基礎(Main StroyBoardを使ってないからわかりやすい)
http://programming-beginner-memo.com/?p=15

・CoreDataを使ったデータの保存
https://turedureengineer.hatenablog.com/entry/2018/12/08/144818

・RxSwiftの導入
https://qiita.com/hananaonao/items/1ac70d5b48e5c21955d6

・RxSwiftの簡単な実装
https://qiita.com/orimomo/items/3120aff12a06f0ab14e2

・UserDefaultsを全て削除する
https://uruly.xyz/nsuserdefaults%E3%81%AE%E5%86%85%E5%AE%B9%E3%82%92%E3%81%BE%E3%81%A8%E3%82%81%E3%81%A6%E5%89%8A%E9%99%A4%E3%81%99%E3%82%8B%E6%96%B9%E6%B3%95%E3%80%90swift%E3%80%91/
Or

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?