I'm developing an ios5 app and I have integrated twitter. How can I do to share on the tweet a screenshot of the current view in the app? Or how can I display in the initial text a variable value(I've tried but it makes an error). Thanks!!
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
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.
|
|
Never done any of this but it should get you on the right track You'll want to capture the current view state to a UIImage and then attach this to the Twitter TWTweetComposeViewController. For the initial text, you should be able to use |
|||||||
|