-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
keypath on user defined property #9
Comments
I'm getting error of "Failed to set (keyPath) user defined inspected property on (UIView): [<UIView 0x79fbfae0> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key keyPath. is there any solution you have!! @interface DetailViewController : UIViewController @Property(nonatomic,retain) IBOutlet UITableView *detailTableView; @Property (strong ,nonatomic)IBOutlet UITableView *orderdetailTableview; @Property (strong ,nonatomic) IBOutlet UILabel * contactnumberLabel; //@Property (strong ,nonatomic) IBOutlet UILabel * nameapiLabel; @Property (strong ,nonatomic) IBOutlet UIView *viewDriver; @Property (strong, nonatomic) IBOutlet UIView *messageView; @Property (strong ,nonatomic) IBOutlet UILabel * categoryLabel; @Property (strong ,nonatomic) IBOutlet UILabel *cancelationreasonLabel;
@Property (strong ,nonatomic) IBOutlet UIView *mainView;
|
Hi Gaurav,
I get the following error, however the text field works as expected.
Failed to set (keyPath) user defined inspected property on (MyKidAtChildcare.MPGTextField_Swift): [<MyKidAtChildcare.MPGTextField_Swift 0x7fa49056b8e0> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key keyPath.
Any help would be appreciated.
Thanks,
The text was updated successfully, but these errors were encountered: