GrowingTextView icon indicating copy to clipboard operation
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...

Results 71 GrowingTextView issues
Sort by recently updated
recently updated
newest added

remove deprecate iOS 7 user drawInRect with Attribute

``` if (s.y > self.contentSize.height - self.frame.size.height && !self.decelerating && !self.tracking && !self.dragging) s = CGPointMake(s.x, self.contentSize.height - self.frame.size.height); ``` One more check is require self.contentSize.height > self.frame.size.height

![ios 2013-9-21 10 00 48](https://f.cloud.github.com/assets/696493/1184882/dd78a3c0-2261-11e3-9681-179ce2f83bd9.png) can you see the image? please help me, thanks.

Hi there, Also ended up requiring this as well. Might require some better support, such as supporting typing attributes. We're supporting that externally.

Hi there, Done quickly, but kept as closely to the style of the original. Much more flexible than using string and color combination. Thanks

When the number of text lines excels the maxNumberOfLines, the text view will scroll the top then bottom quickly, just like a flash

Does this project still maintain?

Sizes of things in Apple API always use CGFloat, but the `-growingTextView:willChangeHeight:` and `-growingTextView:didChangeHeight:` take `float` for some reason.

When the input text line or copy multiple lines of text, continue to enter Chinese characters input content, the inevitable emergence of the input word beating. (In Chinese keyboard, click...