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

[ASTraitCollection] Add missing properties to ASTraitCollection #625

Merged

Commits on Oct 20, 2017

  1. [ASTraitCollection] Add missing properties to ASTraitCollection

    * ASTraitCollection now completely reflects UITraitCollection
    
    * Add ASContentSizeCategory enum that corresponds to
      UIContentSizeCategory and can be used inside a struct.
    ypogribnyi committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    70fbac1 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2017

  1. Configuration menu
    Copy the full SHA
    5afe689 View commit details
    Browse the repository at this point in the history
  2. * Remove enum ASContentSizeCategory.

    * Use __unsafe_unretained UIContentSizeCategory instead of the enum.
    ypogribnyi committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    e0c395e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    185a139 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2018

  1. Merge branch 'master' of https://github.com/TextureGroup/Texture into…

    … ASTraitCollection-missing-properties
    
    # Conflicts:
    #	CHANGELOG.md
    #	Source/Details/ASTraitCollection.m
    ypogribnyi committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    10f3d8f View commit details
    Browse the repository at this point in the history
  2. Changes requested at code review:

    * Restore one of the ASTraitCollection constructors with a deprecation notice.
    * Clean up API by the separation of tvOS-specific interfaces.
    * Use [NSString -isEqualToString:] for ASPrimitiveContentSizeCategory equality tests for better readability.
    * Encapsulate fallback logic for UIContentSizeCategoryUnspecified.
    ypogribnyi committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    663d272 View commit details
    Browse the repository at this point in the history
  3. Fix failing test

    ypogribnyi committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    11dc888 View commit details
    Browse the repository at this point in the history