Skip to content

Use of undeclared type 'NextGrowingInternalTextView'Β #78

@herotheone

Description

@herotheone

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions