TwitThis allows you to easily choose a Twitter client from a configurable list.
- 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.