Jim Rublee
Results
1
issues of
Jim Rublee
When initializing a writer in C `TCMXMLWriter *writer = [[TCMXMLWriter alloc] initWithOptions:TCMXMLWriterOptionPrettyPrinted];` was used which worked as expected. In Swift `var writer = TCMXMLWriter(options: TCMXMLWriterOptionPrettyPrinted)` will not compile and gives...