Dickbar, Twitter's mainstream consumer client experience, now available for your iOS apps too.
Objective-C C
carview.php?tsp= Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
carview.php?tsp= Screenshots
carview.php?tsp= UIDickBar.xcodeproj
carview.php?tsp= UIDickBar
carview.php?tsp= README.markdown Add removal date and version Mar 31, 2011
carview.php?tsp= UIDickBar.h Version 1.0 Mar 7, 2011
carview.php?tsp= UIDickBar.m
carview.php?tsp= UIDickBarController.h
carview.php?tsp= UIDickBarController.m
carview.php?tsp= trends-icon.png
carview.php?tsp= trends-icon@2x.png

README.markdown

UIDickBar, An Awful Idea.

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

carview.php?tsp=

Update

On March 31, 2011, Twitter removed 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, 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:@"https://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.
  2. No fancy animations.
  3. Support rotation.
  4. Support Blocks.
  5. Use UIDickBar to get tons of one star reviews, priceless.

Screenshots

carview.php?tsp=

carview.php?tsp=

Credit

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

Thanks!

License

UIDickBar is released under MIT License.