error comes out when this code run:
[ageInputTextFiled mas_makeConstraints:^(MASConstraintMaker *make){}];
I have searched several similar problem to me ,most answer say that masonry is not link to the project successfully , but i load masonry by cocoapods ,and compile is ok. So anyone can help?thanks
error :reason: '-[UITextField mas_makeConstraints:]: unrecognized selector
706 Views Asked by LEOliao At
2
You need
addSubviewfirst then set constraints.