By default, Sharekit uses an actionSheet to sharing items.
Is there any way to show only specific items, such as only facebook, twitter, and email, in a small UIView
, not in an actionSheet?
Edit: Put another way:
I have 3 buttons in my UIView
, one for facebook, twitter and email. I don't want to use Sharekit's actionSheet. Is there any way to call FBConnect, Twitter and Email sharing, one by one, in Sharekit by pressing my UIButton
's?
i found it here: