Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adam-siton/AUIAutoGrowingTextView

Auto growing UITextView Using Auto Layout
https://github.com/adam-siton/AUIAutoGrowingTextView

Last synced: 1 day ago
JSON representation

Auto growing UITextView Using Auto Layout

Awesome Lists containing this project

README

        

AUIAutoGrowingTextView
======================

A very simple implementation of an auto growing UITextView Using Auto Layout.

To use, change the class of your auto layout UITextView in Interface builder to AUIAutoGrowingTextView - and you're done.

You can also set min and max height in code by using:

self.textView.minHeight = 65;
self.textView.maxHeight = 90;