All Projects → akosma → TwitThis

akosma / TwitThis

Licence: BSD-3-Clause License
Sample project showing a helper class which wraps the complexity of having to deal with many different Twitter clients from the same iPhone application

Programming Languages

objective c
16641 projects - #2 most used programming language

TwitThis – Use Multiple Twitter Clients on your iPhone Application

TwitThis allows you to easily choose a Twitter client from a configurable list.

Features

  • The class TwitterClientManager loads a list list of supported Twitter clients is loaded from a plist file, which can be extended to support more clients in the future;
  • Each Twitter client is represented by an instance of the TwitterClient class;
  • The user can choose his preferred Twitter client at any time, and launch the application by a simple touch; the TwitterClientManager class stores the selected value in the user settings.

For the moment the application supports Tweetbot, Twitterrific, Twitter for iPhone and Twittelator, but it can be extended to other clients easily.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].