This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Adrian Kosmaczewski (author)
Sun Oct 18 13:44:20 -0700 2009
TwitThis /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Sep 11 12:17:31 -0700 2009 | |
| |
Classes/ | ||
| |
Definitions.h | Fri Sep 11 12:17:31 -0700 2009 | |
| |
LICENSE | Fri Sep 11 13:38:32 -0700 2009 | |
| |
README.textile | ||
| |
Resources/ | ||
| |
TwitThis-Info.plist | Fri Sep 11 12:17:31 -0700 2009 | |
| |
TwitThis.xcodeproj/ | ||
| |
TwitThis_Prefix.pch | Fri Sep 11 12:17:31 -0700 2009 | |
| |
main.m | Fri Sep 11 12:17:31 -0700 2009 |
README.textile
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 TwitterFon, Twitterrific, Tweetie and Twittelator, but it can be extended to other clients easily.








