I want to add a simple limited Twitter function to my app: a user of the app enters his Twitter username and password and tweet text, and presses a button and the tweet is s
You can use this engine that integrates the Twitter API with Objective C:
MGTwitterEngine
And a good tutorial here:
Tutorial
I used this engine, and its overall very easy to use.