42 questions
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...
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?
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...
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...
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...
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...
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...
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...
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{ ...
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 - | » |
612 GDB gets version error when attempting to debug with the Presense SDK (IDE)
581 PHP ssh2_scp_send fails to send files as intended
578 Understanding How to Configure Google API Key
572 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
915 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
© 2024 OneMinuteCode. All rights reserved.