You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
andinstalledView
?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.
The text was updated successfully, but these errors were encountered: