Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 341 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 341 Bytes

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.