February 2011
4 posts
3 tags
QR+Emoji Now Social Friendly
The new QR+Emoji 1.3 is out, this is a major update with lots of enchainments, bug fixes and new features.
Sharing Over Clouds
Now users allow to share their QR Code image to four different web services:
Facebook
Twitter
Tumblr
Evernote
And my previous open source project, DDShareViewController, is modified and integrated into this part.
Super Fast Scanner
With helps from iOS 4,...
January 2011
5 posts
8 tags
How I Expire My iOS Beta App
I asked the other day on Twitter if I should expire beta app, and people are saying yes. So I made a quick solution for my beta:
The iOS app will show an UIAlertView two weeks after built, then exit(0); itself after user dismissed the alert view.
First, I add following code snippet into my main view controller:
#ifdef BETA_EXPIRATION
- (void)viewDidAppear:(BOOL)animated {
[super...
4 tags
5 tags
6 tags