Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

The UIActionSheet class of the Apple iOS can be used to present to user a modal view with a descriptive text and some buttons the user can choose from. An action sheet displays a set of choices related to a task the user initiates.

learn more… | top users | synonyms

0
votes
2answers
81 views

Implementing Sharekit from a button instead of a toolbar

I am new to both sharekit and ios development. Would like to have some help in implementing sharekit from a button instead of a toolbar.. For example, I sharing an link: - (IBAction) ...