ReactantUI icon indicating copy to clipboard operation
ReactantUI copied to clipboard

UIEdgeInsetsMake has been replaced by UIEdgeInsets.init(top:left:bottom:right:)

Open matoushybl opened this issue 6 years ago • 1 comments

The generator produces uncompilable code in newest Xcode.

For some reason this started happening after adding bridging header. (Not sure if connected, could be a coincidence.)

Fix is simple - change https://github.com/Brightify/ReactantUI/blob/master/Sources/Tokenizer/Properties/Types/Implementation/EdgeInsets.swift to generate correct init.

matoushybl avatar Nov 25 '18 15:11 matoushybl

Thanks for the report. We'll fix as soon as possible. Or you can send a PR.

TadeasKriz avatar Nov 25 '18 21:11 TadeasKriz