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

Changes for Swift 4 #2507

Merged
merged 6 commits into from
Sep 21, 2017
Merged

Changes for Swift 4 #2507

merged 6 commits into from
Sep 21, 2017

Commits on Sep 7, 2017

  1. migrate code to swift 4

    pmairoldi committed Sep 7, 2017
    Configuration menu
    Copy the full SHA
    37cac1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9e1e70 View commit details
    Browse the repository at this point in the history
  3. update demos for swift 4

    pmairoldi committed Sep 7, 2017
    Configuration menu
    Copy the full SHA
    131602f View commit details
    Browse the repository at this point in the history
  4. Part I modify All NSAttributedStringKey related methods for Swift 4

    extension NSString for func size(attributes attrs: [String : Any]? = nil) -> NSSize is deleted due to iOS uses size(withAttributes: attrs) now
    liuxuan30 authored and pmairoldi committed Sep 7, 2017
    Configuration menu
    Copy the full SHA
    0cf4ef4 View commit details
    Browse the repository at this point in the history
  5. fix charts project file

    pmairoldi committed Sep 7, 2017
    Configuration menu
    Copy the full SHA
    9dcc5ef View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2017

  1. update travis config

    pmairoldi committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    5e3ac75 View commit details
    Browse the repository at this point in the history