-
-
Notifications
You must be signed in to change notification settings - Fork 148
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels