/VerticalTextView

A UITextView subclass that supports vertical text alignment

Primary LanguageSwiftMIT LicenseMIT

VerticalTextView

A UITextView subclass that supports vertical text alignment

enum VerticalAlignment: Int {
	case Top = 0, Middle, Bottom
}

Just set the verticalAlignment property and watch the magic work!

License

VerticalTextView is available under the MIT license. See the LICENSE file for more info.