Skip to content

Instantly share code, notes, and snippets.

@toms972
toms972 / UITextView+VerticalAlignment.h
Last active June 2, 2017 11:18
Example of vertical alignment for UITextView content.Implemented as a category over UITextView.The reason to choose a category over subclassing is so that legacy code could be easily tweaked.This hack was inspired by the following blog post: http://www.macbaszii.com/2012/10/ios-dev-uitextview-vertical-alignment.html?q=vertical
//
// UITextView+VerticalAlignment.h
// VerbalShoppingList
//
// Created by Tom Susel on 1/9/14.
//
#import <UIKit/UIKit.h>
@interface UITextView (VerticalAlignment)