Skip to content

Commit

Permalink
Removed twitter view controller
Browse files Browse the repository at this point in the history
  • Loading branch information
soffes committed Nov 17, 2009
1 parent 232cebb commit 232cb33
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Readme.markdown
Expand Up @@ -13,7 +13,6 @@ TWToolkit makes life easy as an iPhone developer.
### View Controllers ### View Controllers


* [TWPickerViewController][] - easily create picker view controllers like the Settings app * [TWPickerViewController][] - easily create picker view controllers like the Settings app
* [TWTwitterOAuthViewController][] - OAuth with Twitter never looked so good


### Views ### Views


Expand Down Expand Up @@ -72,7 +71,6 @@ You can also import individual files instead of the whole framework (for faster
[TWURLConnection]: http://github.com/tastefulworks/twtoolkit/blob/master/TWToolkit/TWURLConnection.h [TWURLConnection]: http://github.com/tastefulworks/twtoolkit/blob/master/TWToolkit/TWURLConnection.h
[TWURLConnectionQueue]: http://github.com/tastefulworks/twtoolkit/blob/master/TWToolkit/TWURLConnectionQueue.h [TWURLConnectionQueue]: http://github.com/tastefulworks/twtoolkit/blob/master/TWToolkit/TWURLConnectionQueue.h
[TWPickerViewController]: http://github.com/tastefulworks/twtoolkit/blob/master/TWToolkit/TWPickerViewController.h [TWPickerViewController]: http://github.com/tastefulworks/twtoolkit/blob/master/TWToolkit/TWPickerViewController.h
[TWTwitterOAuthViewController]: http://github.com/tastefulworks/twtoolkit/blob/master/TWToolkit/TWTwitterOAuthViewController.h
[TWHUDView]: http://github.com/tastefulworks/twtoolkit/blob/master/TWToolkit/TWHUDView.h [TWHUDView]: http://github.com/tastefulworks/twtoolkit/blob/master/TWToolkit/TWHUDView.h
[TWLoadingView]: http://github.com/tastefulworks/twtoolkit/blob/master/TWToolkit/TWLoadingView.h [TWLoadingView]: http://github.com/tastefulworks/twtoolkit/blob/master/TWToolkit/TWLoadingView.h
[TWGradientView]: http://github.com/tastefulworks/twtoolkit/blob/master/TWToolkit/TWGradientView.h [TWGradientView]: http://github.com/tastefulworks/twtoolkit/blob/master/TWToolkit/TWGradientView.h
Expand Down
1 change: 0 additions & 1 deletion TWToolkit/TWToolkit.h
Expand Up @@ -17,7 +17,6 @@


// View Controllers // View Controllers
#import <TWToolkit/TWPickerViewController.h> #import <TWToolkit/TWPickerViewController.h>
#import <TWToolkit/TWTwitterOAuthViewController.h>


// Views // Views
#import <TWToolkit/TWHUDView.h> #import <TWToolkit/TWHUDView.h>
Expand Down

0 comments on commit 232cb33

Please sign in to comment.