Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/digdog/UIDickBar

Dickbar, Twitter's mainstream consumer client experience, now available for your iOS apps too.
https://github.com/digdog/UIDickBar

Last synced: about 1 month ago
JSON representation

Dickbar, Twitter's mainstream consumer client experience, now available for your iOS apps too.

Awesome Lists containing this project

README

        

# UIDickBar, An Awful Idea. #

[#Dickbar][1], "[Twitter's mainstream consumer client experience][4]", now available for your iOS app too.

![](https://github.com/digdog/UIDickBar/raw/master/Screenshots/Landscape.png)

## Update ##

On March 31, 2011, Twitter [removed][5] the UIDickBar from their iPhone client version 3.3.3.

Problems underlying the UIDickBar are analyzed and concluded here: [**Problems and the Solution for UIDickBar**](http://digdog.tumblr.com/post/3729884380/problems-and-the-solution-for-uidickbar), read it if you're interested.

## Requirement ##

1. iOS 4.0 or later (Sample project was created from Xcode 4 GM 2)
2. Use LLVM Clang 2.0 compiler

## Usage ##

You simply init UIDickBar with title, badge and an action block:

UIDickBar *dickBar = [[UIDickBar alloc] initWithDickTitle:@"#DickBar" dickBadge:@"Stupid" actionBlock:^{
// Anything you want to do after UIDickBar tapped
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://digdog.tumblr.com"]];
}];
[dickBar showInView:self.view];
[dickBar release];

Then you call -showInView: to display UIDickBar that originates from the specified view.

## Features ##

1. Look like real [#dickbar][1].
2. No fancy animations.
3. Support rotation.
4. Support Blocks.
5. Use UIDickBar to get tons of one star reviews, priceless.

## Screenshots ##

![](https://github.com/digdog/UIDickBar/raw/master/Screenshots/Landscape.png)

![](https://github.com/digdog/UIDickBar/raw/master/Screenshots/Portrait.png)

## Credit ##

This project is created by [Ching-Lan 'digdog' Huang][2]. Alone with helps from following people:

* [Daniel Tull][3]

Thanks!

## License ##

UIDickBar is released under MIT License.

[1]: http://twitter.com/#search?q=%23dickbar
[2]: http://digdog.tumblr.com
[3]: http://danieltull.co.uk/
[4]: https://groups.google.com/forum/#!topic/twitter-api-announce/yCzVnHqHIWo/discussion
[5]: http://blog.twitter.com/2011/03/so-bar-walks-into-app.html