DSFFloatLabelledTextControl/Sources/DSFFloatLabelledTextField
Darren Ford ad85f71bd2 Moved 'isSecure' out into two different classes
In later versions of Xcode changing the NSTextFieldCell to an NSSecureTextFieldCell generates an error (no longer secure).

Rather than maintain two almost identical field types, GYB is being used to templatize the primary source file 'DSFFloatLabelledTextField.swift.gyb' into two different classes.

As a result, changes _must_ be made to the template file rather than the sources.
2023-03-15 12:16:35 +11:00
..
private First cut refactor secure 2023-03-15 11:06:11 +11:00
DSFFloatLabelledSecureTextField.swift Moved 'isSecure' out into two different classes 2023-03-15 12:16:35 +11:00
DSFFloatLabelledTextField.swift Moved 'isSecure' out into two different classes 2023-03-15 12:16:35 +11:00
DSFFloatLabelledTextField.swift.gyb Moved 'isSecure' out into two different classes 2023-03-15 12:16:35 +11:00