realm tag

42 questions


1 answers
278 views
0
I want to use indexPath.row in realm swift.

As per the title, I want to use indexPath.row, but the property I want to use is .self, so I can't use it.private values=Results<Tweet>?.self{ DidSet {collectionView.reloadData()}}I want to dis...

1 years ago

1 answers
50 views
0
About Release Notes

This is the first time to use Realm.I'd like to check the release notes for the previous version, but where can I view the release notes?

1 years ago

1 answers
107 views
0
Exception handling for android realm. Cannot modify managed objects outside of a write transaction

Hello, this is an exception to realm.I'd like to set a random value of int type randomId to an instance of a model class called Word.java.lang.IllegalStateException:Cannot modify managed objects outsi...

1 years ago

1 answers
43 views
0
How invalidate affects .realm and how writeToCopyURL affects .realm

Could you tell me the effect of invalidate on .realm and writeToCopyURL on .realm?Both functions can reduce the size of the .realm file, but I would like to know what Realm is doing to reduce the file...

1 years ago

1 answers
102 views
0
Cannot Install Realm on Pod

When installing RealmSwift from pod, the following error occurs and cannot be installed:Swift 3.0pod 1.2.1podfiletarget'realmTester'douse_frameworks! pod 'RealmSwift'end$pod installAnalyzing dependenc...

1 years ago

1 answers
47 views
0
Importing and Exporting Realm File Data in CSV Format

I am looking for CSV output and loading data from Realm file.I'd like to put it in CSV format from the server and have each user read the data and restore it.Is there such a function?Realm browser als...

1 years ago

1 answers
86 views
0
How to extract an array of variables from objects saved in RealmSwift

We are currently using RealmSwift to store data.Several types of data are stored in one object, as shown below. class Sample: Object { dynamic var number —CGFloat=0 dynamic var string: String=}At this...

1 years ago

1 answers
92 views
0
How to Save an Image to a Local DB

I'm trying to save the image in the app.I am currently using Realm, but if it exceeds 16MB, it will crash and I am worried.Should I change it to something else like CoreData or UserDefault?I used this...

1 years ago

1 answers
51 views
0
RealmSwift Cannot Find commitWriteTransaction() Compilation Error

I have a question about how to use RealmSwift.Run Environment- OS El Capitan 10.11.1- Xcode 7.1- CocoaPods 0.96.2What should I do if I want to put data in the following objects? class User:RLMObject{ ...

1 years ago

1 answers
85 views
0
Understanding Crashes Due to Realm Schema Changes

There has been a crash around Realm in the development of Android apps.Realm files were generated and modified in the following time series.Alpha versionUse only the default Realmbeta editionUse Realm...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.