GrowingTextView
GrowingTextView copied to clipboard
[UNMAINTAINED] An UITextView which grows/shrinks with the text and starts scrolling when the content reaches a certain number of lines. Similar to the one Apple uses in the SMS-app. See blog-post for...
Have you seen this approach for supporting iOS7? https://github.com/frnde/MDMultilineTextView
Hi, on iOS 7, this scenario is not working correctly: 1. setting maxLines 3 for example 2. entering 5 line text 3. selecting all text and choosing "Cut" 4. paste...
If you have iOS7 graphics, would be great if you could share!
I am placing it into the cell's content view using storyboard. Please let me know if I am doing something wrong here. thanks. Works perfectly when I don't use a...
Love this feature, great for my SMS type chat APP I am currently developing, however just a few questions, my application uses Storyboard's and was wondering if you have a...
Hi, Firstly awesome utility tanks for putting it out there for guy's like as it has really saved a heap of time. We have slight problem, we are using a...
Hi This might be a general UITextView issue on iPad, so Im not sure if this question is targeted correctly. Anyways, the problem I came across is that the text...
Are you aware of any Xamarin iOS version of this component (C#)? Or is it available as a precompiled library?
Here is the video demonstrating an issue http://screencast.com/t/WT5PakHZ1K
GrowingTextView v29-06-10 How does one configure the growingtextview to use another font? growingtextview.font = myNewFont withSize:18pt ? We have something similar to that, and that font will then be used...