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

A UITextView subclass that supports vertical text alignment

License

Notifications You must be signed in to change notification settings

thebarndog/VerticalTextView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A UITextView subclass that supports vertical text alignment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages