In ShareKit's install instructions here: http://getsharekit.com/install/
they say to create a share button by putting this in the .m
[[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemAction
target:self
action:@selector(share)]
How can I set up a share button with just a UIButton, not a UIBarButton?