NextGrowingTextView icon indicating copy to clipboard operation
NextGrowingTextView copied to clipboard

Use of undeclared type 'NextGrowingInternalTextView'

Open herotheone opened this issue 6 years ago • 0 comments

I installed NextGrowingTextView by using cocoapods pod 'NextGrowingTextView'

In my ViewController.swift file : import NextGrowingTextView <- This works fine. var myTextView = NextGrowingTextView() <- This is also works fine.

I change UITextView object's class to NextGrowingInternalTextView in the Identitiy Inspector But when i create an outlet from Main.storyboard like this:

@IBOutlet weak var ngTextView: NextGrowingInternalTextView! <- This guy throws me an error

'Use of undeclared type 'NextGrowingInternalTextView'

I really don't know what is the problem.

Thanks in advance

herotheone avatar May 13 '19 08:05 herotheone