BZGFormField
BZGFormField copied to clipboard
When Adding BZGFormField class to uiView I get invalid class error
When I try to load the class in view, I get this error. Unknown class BZGFormField in Interface Builder file. -[UITextField textField]: unrecognized selector sent to instance 0x99b3130 *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UITextField textField]: unrecognized selector sent to instance 0x99b3130'
Adding the -ObjC flag to the Other Linker Flags in Build Settings solved the same problem for me.