I'd like to use Realm as a swift, but is there a page that is easy for beginners to understand? [Closed]

Asked 2 years ago, Updated 2 years ago, 42 views

Do you want to improve this question?Update your question, Edit this post to be answered with facts and quotes.

Closed 5 years ago.

5 years ago

I am a beginner who wants to create an iPhone app that handles data in swift 6.3.2.Realm seems to be easier to use than coredata, so is there a page that is easier for beginners to understand when installing Realm and integrating it into a project?If it's not suitable for beginners at all, I'll give up, but I'd like to use it somehow.

swift

2022-09-30 20:25

2 Answers

First of all, you will find detailed instructions on how to set it up in the official website manual, so please take a look at it.

https://realm.io/jp/docs/swift/latest/ #swift-20

The StackOverflow answers below include screenshots and additional explanations, so please refer to them as well.

https://ja.stackoverflow.com/a/14186/5519

If you have used CocoaPods, the following article is easy to understand.
(If you don't know what CocoaPods are, please ignore them.)

http://qiita.com/g08m11/items/e8a525490b5113c052a7

If it still doesn't work, or if you're in trouble, Realm will provide chat support, so it would be good if you could consult there.It's a chat room, so I can support you carefully even if it's complicated.
http://slack.realm.io

Or it would be good to consult with a Facebook user group.
https://www.facebook.com/groups/realmjp/


2022-09-30 20:25

I saw it on Qiita, I hope it will be helpful.
http://qiita.com/roana0229/items/e641da94ab4ebad46b4c


2022-09-30 20:25

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.