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

building for swift 2.3 and Xcode 8 #62

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Sep 14, 2016

  1. Configuration menu
    Copy the full SHA
    881aaec View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2016

  1. Configuration menu
    Copy the full SHA
    73163b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2016

  1. Configuration menu
    Copy the full SHA
    a2b6f04 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2016

  1. Swift 3 + Xcode 8.2

    ApolloZhu committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    67c29bd View commit details
    Browse the repository at this point in the history
  2. Remove all observed reference cycles/memory leaking

    Finally able to solve? this: LiulietLee/Pick-Color#2
    MKLayer’s superLayer observers
    MKRefreshControl’s parentScrollView observers
    MKSwitch’s parent MKSwitch
    
    It’s sad that when containing MKLayer and MKRefreshControl, current
    implementation requires calling `recycle` in `deinit`…
    ApolloZhu committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    0454a44 View commit details
    Browse the repository at this point in the history
  3. Clean Up

    ApolloZhu committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    8dee874 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2017

  1. Configuration menu
    Copy the full SHA
    d7e0f6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3251569 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2017

  1. Grand Swiftify

    - Remove self, type delcaration, use lazy init, parameter same as
    default
    - Merge if-let, use optional changing for short ones, use implicit
    unwrapped for guaranteed,
    - Replace file private with private, provide public init for an open
    class
    - Update README
    ApolloZhu committed Sep 2, 2017
    Configuration menu
    Copy the full SHA
    f01903c View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2017

  1. Support Swift 4

    ApolloZhu committed Sep 28, 2017
    Configuration menu
    Copy the full SHA
    83d74cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c6bec1 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2017

  1. Configuration menu
    Copy the full SHA
    ca84d56 View commit details
    Browse the repository at this point in the history