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

[TIMOB-23911] Remove special property handling #82

Merged
merged 1 commit into from
Oct 7, 2016

Commits on Oct 1, 2016

  1. [TIMOB-23911] Remove special property handling

    We introduced a workaround in Hyperloop 1.2.7 to remain backwards
    compatible with certain properties when transitioning from iOS 9 to
    iOS 10. This allowed users to keep using methods instead of  having
    to refactor their code to property usage. With Hyperloop 2.0.0 we
    introduce this as a breaking change and stick to the new favored way
    of using properties, e.g. UIColor.redColor instead of
    UIColor.redColor().
    janvennemann committed Oct 1, 2016
    Configuration menu
    Copy the full SHA
    562412a View commit details
    Browse the repository at this point in the history