-
You mentioned about "This class is based on growingTextView" in UIExpandingTextView.m.
But there is no license display.
https://github.com/HansPinckaers/GrowingTextView/blob/master/LICENSE.txt
I thin…
-
hi , your code in the Method `- (void)refreshHeight`,has a problem. The result of `measureHeight` is a float value,should not assign to the local var `newSizeH` which type is NSInteger. It may le…
-
I have a table view and each cell has a UITextView. After I changed the UITextView to GrowingTextView, I got this exception when I have several cells in the table:
```
Terminating app due to uncau…
-
I just installed via CocoaPods and when I open .xcworkspace I get the following error:
```
.../Base.lproj/Main.storyboard: error: IB Designables: Failed to render and update auto layout status for…
-
Code looks like this:
```
import UIKit
import GrowingTextView
class CommentsViewController: UIViewController {
@IBOutlet var commentTextView: GrowingTextView!
// MARK:- View li…
-
I've been using your library for years without problems. Recently I had to resume a project which I haven't touched in several months, so I'm not sure if this is now an iOS 13.3 issue or what, but the…
-
i set it as a GrowingTextView but the height is not changing dynamically textview just has the default function....
-
The GrowingTextView I want to use will be fixed to the top of the screen.
...so is there a way to grow the text downwards as they type?
-
@jimneylee 请问您那实现了吗,有没有什么好一点思路指点一下
-
I want to add attributed placeholder to textView which if type GrowingTextView. But it shows error "Ambiguous use of "attributedPlaceholder".
![Screenshot 2020-08-11 at 5 13 15 PM](https://user-imag…