NextGrowingTextView icon indicating copy to clipboard operation
NextGrowingTextView copied to clipboard

📝 The next in the generations of 'growing textviews' optimized for iOS 8 and above.

Results 30 NextGrowingTextView issues
Sort by recently updated
recently updated
newest added

Is storyboard support completely gone from V2.0? Our app instantiated a NextGrowingTextView directly from storyboard and now after updating to v2 we get a fatal error that init(with coder:) is...

The Placeholder gets shrink when changes dynamically. I tried correcting it but it disturbs other attributes. Also how to we make multi-line placeholder for long text? ![Screenshot 2021-06-29 at 10...

Placeholder label has `x: 5 + textContainerInset.left` padding. Can you please remove this hardcoded value?

I need to add delegate to textfields. I need to use begin editing and end editing functionalists how to can I do that. Thanks for help in Advance.

After using the 0.8.5 release I had to change to at lease 1.0.0. It seems that the delegates now are limited. How should I access the textViewDidEndEditing ? Can't seem...

I installed NextGrowingTextView by using cocoapods `pod 'NextGrowingTextView'` In my ViewController.swift file : import NextGrowingTextView

Using v1.4.0 from cocoapods (latest as of the writing of this post). In the file "NextGrowingInternalTextView.swift", the "addObserver" line from the code snippet below has an error with the name...