Jakim Beaufort
Jakim Beaufort

Reputation: 31

Material Design Textfield Custom Class Not Showing Up in Xcode

I have installed the MaterialComponents/TextFields pod, and I am trying to add a new text field into the storyboard editor. I add a textfield, and when I go to add a Material textfield custom class from the dropdown in the identity inspector, none of the material textfields that come with the pod show up. Is there something that I'm missing that needs to be done before I can use these custom classes?

Upvotes: 0

Views: 479

Answers (1)

VarunRaj
VarunRaj

Reputation: 151

Try this instead - reinstalling the pod or restart Xcode or import Material components in swift file. Hope it works

Upvotes: 1

Related Questions