examples
-
Realm] 참고 자료Programming/iOS 2020. 3. 18. 03:27
RealmObject Struct 변환 https://medium.com/@ludovicjamet/how-to-use-struct-with-realm-615fcbc8f0ee How to use struct with Realm ? By default, Realm Objects are classes and not structs because they are not values, but auto-updating objects pointing to data in Realm… medium.com class 분리 https://insights.nimblechapps.com/app-development/ios-app-development/using-realm-mobile-database-with-swift-4-0-i..