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

Add View Hierarchy Traversal to Remove Constraints #4

Closed
wants to merge 10 commits into from

Commits on Jul 1, 2013

  1. Restructure Example

    rhgills committed Jul 1, 2013
    Configuration menu
    Copy the full SHA
    880581f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96eba17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    558cfef View commit details
    Browse the repository at this point in the history
  4. fix podspec

    rhgills committed Jul 1, 2013
    Configuration menu
    Copy the full SHA
    f85b56c View commit details
    Browse the repository at this point in the history
  5. really fix podspec

    rhgills committed Jul 1, 2013
    Configuration menu
    Copy the full SHA
    3888d8e View commit details
    Browse the repository at this point in the history
  6. add todo

    rhgills committed Jul 1, 2013
    Configuration menu
    Copy the full SHA
    15ac143 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    41b7456 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9324380 View commit details
    Browse the repository at this point in the history
  9. Tests now use an actual UIWindow to exercise more autolayout machinery.

    Added a test to specify behavior when the constraint passed to removeConstraintsFromApplicableSuperview: applies only to subviews, not to the receiver itself or any of its superviews.
    rhgills committed Jul 1, 2013
    Configuration menu
    Copy the full SHA
    8025f67 View commit details
    Browse the repository at this point in the history
  10. Added a test exercising removal from an indirect superview when the c…

    …onstraint applies to that superview.
    rhgills committed Jul 1, 2013
    Configuration menu
    Copy the full SHA
    c546861 View commit details
    Browse the repository at this point in the history