VerticalCenterField is a vertical center text field written in Objective-C.
- Add a NSTextField into xib or storyboard canvas, change the field's cell Custom Class to "VerticalCenterCell" in identity panel. Keep the border property to "no border"(the second segment) and uncheck "Draws Background"
- Or, create a NSTextField programmatically, set necessary properties.
macOS: 10.10+
Xcode: 7.0+
The source code is released under the WTFPL License.