FlatBuffersSchemaEditor icon indicating copy to clipboard operation
FlatBuffersSchemaEditor copied to clipboard

Implement required attribute (swift)

Open jnordberg opened this issue 7 years ago • 0 comments

This implements the (required) schema attribute in swift by force-unwrapping the properties. Not sure if this is the best way to go about it but it works for my use-case.

I couldn't get the test suite to run (got a bunch of weird syntax errors and missing modules for maxim.zaks.flatBuffers.tests, is there some additional code generation that has to be run there?) so there is probably some cases I haven't covered yet.

jnordberg avatar Feb 26 '17 15:02 jnordberg