Skip to content

Instantly share code, notes, and snippets.

@tolmasky
Created September 3, 2009 21:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tolmasky/180553 to your computer and use it in GitHub Desktop.
Save tolmasky/180553 to your computer and use it in GitHub Desktop.
- (void)setRepresentedObject:(JSObject)anObject
{
[self registerForDraggedTypes:[v]];
//...
}
- (void)performDragOperation:(x)x
{
alert("yes!");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment