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

[ios11-beta1] Initial UIKit Drag and Drop support #2190

Merged
merged 11 commits into from Jul 10, 2017

Commits on Jun 8, 2017

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

Commits on Jun 21, 2017

  1. Updated with Feedback from Rolf

    Dropped the [Model] from protocols that do not need it, as well as the [BaseType] attribute.
    
    Inlined the constructor for NSItemProviderReading in UIColor, NSAttributedString and UIImage as
    we do not have support for making interfaces require a constructor and filed a bug with the
    remaining work that would have to be done to support something like this:
    
    https://bugzilla.xamarin.com/show_bug.cgi?id=57650
    migueldeicaza committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    94f7013 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2017

  1. Updated with Feedback from Tim Risi, inlined in the implementing clas…

    …ses the static NSItemProviderReading class method, and tracking the documentation requirements here: https://bugzilla.xamarin.com/show_bug.cgi?id=57735
    migueldeicaza committed Jun 24, 2017
    Configuration menu
    Copy the full SHA
    4849fa7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c56df8 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2017

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

Commits on Jun 26, 2017

  1. UIDropInteraction - without the delegate setter, we can not provide e…

    …vents/properties - hope Apple fixes
    migueldeicaza committed Jun 26, 2017
    Configuration menu
    Copy the full SHA
    fcb81d9 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2017

  1. Ignore what the header files say, the NSItemProviderReading methods a…

    …re not actually implemented on TV or Watch
    migueldeicaza committed Jun 27, 2017
    Configuration menu
    Copy the full SHA
    8a44db7 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2017

  1. Configuration menu
    Copy the full SHA
    0643d17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c87a94 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2017

  1. Configuration menu
    Copy the full SHA
    897f203 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    631e676 View commit details
    Browse the repository at this point in the history