These annotations help a lot when interacting with Realm Objective-C models from Swift. We were previously adding them to our generated models by hand.
To test I replaced the manually edited files in our project (20 models) with ones automatically generated with this commit. No errors and additionally found a few places where we had forgotten the manual (nullable) attributes.
Hi there,
These annotations help a lot when interacting with Realm Objective-C models from Swift. We were previously adding them to our generated models by hand.
To test I replaced the manually edited files in our project (20 models) with ones automatically generated with this commit. No errors and additionally found a few places where we had forgotten the manual
(nullable)
attributes.Cheers