Skip to content
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

Why did the copy implementation of MASViewConstraint ignore some properties? #420

Open
xilin opened this issue Feb 17, 2017 · 0 comments
Open

Comments

@xilin
Copy link

xilin commented Feb 17, 2017

The implementation is here:
https://github.com/SnapKit/Masonry/blob/master/Masonry/MASViewConstraint.m#L68

I wonder why the copy ignore some properties like secondViewAttribute and installedView?

In this way, when I declare some property in copy mode
@property(nonatomic, copy) MASConstraint *test,
it will miss some info which causes unexpected behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant