Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/digdog/UIDickBar
- Owner: digdog
- Created: 2011-03-07T08:13:01.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-03-31T20:05:00.000Z (over 13 years ago)
- Last Synced: 2023-12-13T09:16:22.840Z (almost 1 year ago)
- Language: Objective-C
- Homepage: http://digdog.tumblr.com/post/3698410636/uidickbar-an-awful-idea
- Size: 2.3 MB
- Stars: 275
- Watchers: 4
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
- awesome - UIDickBar - Dickbar, Twitter's mainstream consumer client experience, now available for your iOS apps too. (etc)
- awesome - UIDickBar - Dickbar, Twitter's mainstream consumer client experience, now available for your iOS apps too. (etc)
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 displayUIDickBar
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