RealmSwift wants to get a list of "many" of one-to-many relationships

Asked 2 years ago, Updated 2 years ago, 128 views

I'm a beginner practicing database operations at realm.
Implementation of tag functionality, database design
I was able to run the database using this answer.

Therefore, I would like to display a list of tags on TableView and so on, but I don't know how to get a list of tags attached to the notebook.

Could you tell me how to get a list of tags attached to the notebook?
Thank you for your cooperation.

environment

  • Xcode 9.2
  • Swift4
  • realm-swift-3.1.1

ios xcode swift4 realm

2022-09-30 18:41

1 Answers

I was able to retrieve it normally from the list.
Excuse me.


2022-09-30 18:41

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.