-
Notifications
You must be signed in to change notification settings - Fork 0
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
Reorganize files #246
Reorganize files #246
Conversation
Can we do the |
# Conflicts: # Sources/Layout/UIKit/UIView+NSLayoutAnchor.swift # Sources/Layout/UIView+LayoutAnchor.swift # Sources/Layout/UIView+NSLayoutAnchor.swift # Tests/LayoutTests/LayoutAnchoringTests.swift # Tests/LayoutTests/UIKit/UIView+FramesTests.swift # Tests/LayoutTests/UIKit/UIView+NSLayoutAnchorTests.swift # Tests/LayoutTests/UIKit/UIViewControllerTests.swift # Tests/LayoutTests/UIView+LayoutAnchorTests.swift # Tests/LayoutTests/UIView+NSLayoutAnchorTests.swift # Tests/LayoutTests/UIViewControllerTests.swift
Resolved with: #247 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️
This PR reorganizes the paths of all source and test files in Layout. It also moves code from UIView+Frames to a new dedicated file
UIView-AutoresizingMask.swift
. The tests were moved to match as well.