views:

143

answers:

0

I have successfully used the Twitter-OAuth-iPhone for the authorisation, and can update the tweet from the App.

However, I want to have a dialogue view showing the tweet to the user for the user to edit and confirm before posting the tweet. Such as the screenshot:


Twitter dialogue view

I cannot find the modal view, or other view controller, from the Twitter-OAuth-iPhone (I think the SA_OAuthTwitterController in that is only for the authorisation), to pop up such a dialogue view. Is this dialogue view from a Twitter API?

If it is not from an 'official' Twitter API, anybody can show how to get such a popped-up dialogue view please? Thanks.