You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Working with a legacy project that still has a big mix of ObjC and Swift. Using RealmSwift, how should you access your Realm instance from ObjC? Should you create a separate RLMRealm instance with an identical configuration? Is there a bridge between a Swift Realm struct and an ObjC RLMRealm instance?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Working with a legacy project that still has a big mix of ObjC and Swift. Using RealmSwift, how should you access your Realm instance from ObjC? Should you create a separate RLMRealm instance with an identical configuration? Is there a bridge between a Swift Realm struct and an ObjC RLMRealm instance?
Beta Was this translation helpful? Give feedback.
All reactions