42 questions
When I used RealmBrowser to specify the appropriate default.realm, the following message dialog was displayed, and I could not see the contents when I went ahead.'default' could not be opened. It may ...
Swift 2.1Realm 0.98As an image, multiple questions and answers are stored in a DB like a quiz app, and Select from the question list to display a questionnaire and provide answers.I just introduced Re...
Realm 2.1.1 + kotlin 1.1.3 environment.The exception RealmMigrationNeedException: Field count is more than expected always occurs during maigration.Before migration public open class TestObject():Real...
class UserClass:Object{ dynamic variable = 0 dynamic var user: String= let colorData=List<Color>() override static func primaryKey()->String?{ return user }}classVariousColor:Object{ dynamic...
Nice to meet you.I am studying the development of iOS apps by Swift personally.Use the SDK in GoogleMap to count the distance traveled from a point We are currently implementing a feature to store in ...
Can you divide Realm files into multiple relationships?A.realm A TableB.realm B TableIs it possible to define parent-child relationships in tables A and B?
environment for xcode 7.2, realm-swift-0.96-2.3.At the terminal, enter sudogem install cocoapods to install pod setupSuccessfully installed cocoapods -0.39.0.Then you enter pod setup, Setting up Cocoa...
I started developing an Android app using Realm, but if I change the column name and type, the app will drop.Even if you change one of them, the app will drop.Configuring ProgramsMainActivity.kt·Creat...
let realm=try!Realm (path: path name you want to read)It used to be possible as shown in , but after the Realm version reaches 1.0, Argument labels' (path:) 'do not match any available overloadsThe wa...
When Sandbox is enabled, opening the realm file selected from OpenPanel causes an exception when creating the realm file .realm.management folder.Please tell me how to avoid it.The realm file assumes ...
« | - 3 - | » |
© 2024 OneMinuteCode. All rights reserved.