You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: