Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use of undeclared type 'NextGrowingInternalTextView' #78

Open
herotheone opened this issue May 13, 2019 · 0 comments
Open

Use of undeclared type 'NextGrowingInternalTextView' #78

herotheone opened this issue May 13, 2019 · 0 comments

Comments

@herotheone
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant