Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulja/dynamicresizeuitextview
Sample iOS application that shows how to dynamically resize a UITextView control when using constraints
https://github.com/paulja/dynamicresizeuitextview
Last synced: 2 months ago
JSON representation
Sample iOS application that shows how to dynamically resize a UITextView control when using constraints
- Host: GitHub
- URL: https://github.com/paulja/dynamicresizeuitextview
- Owner: paulja
- License: mit
- Created: 2013-12-06T13:26:48.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-16T10:55:29.000Z (about 11 years ago)
- Last Synced: 2023-04-09T22:06:46.296Z (almost 2 years ago)
- Language: Objective-C
- Size: 109 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dynamic Resizing of UITextView
Sample iOS application that shows how to dynamically resize a UITextView control when using constraints in a storyboard.
The is the sample code for this [blog post] (https://medium.com/p/102e73853fbc).