0
0

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 3 years have passed since last update.

Swift TableVIew Realmを配列のように使いたいです。。。

Last updated at Posted at 2020-02-12

Todoリストを作成したいのですが、よいデータの保存方法が見つからないので教えてください。

ネット記事を探しましたが、基本的な
BarButtonItemでUIAlertControllerを出して→ 文字を入力 → TableViewのcellに反映
という方法しか載っておらず困っています。

自分は
TableViewのcellにtextFieldを追加して、
cellのtextFieldに入力 → エンターを押す → Realmで保存 → 下のtextFieldにカーソルが合う → cellのtextFieldに入力→ ...
という処理を作成しました。

質問↓
Realmを配列のように保存したいです。
エンターを押したときにrealm.add(hogehoge)を行うと、
Realmの最後尾にデータが追加されてしまい、cellのtextFieldに対応してデータが保存・取得ができません。

記事で載っていたリスト?を使用したものも試しましたがうまくできませんでした。
サンプルになるコードなどあれば教えてください。よろしくお願いいたします。

0
0
1

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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?