onJuly 4, 2011 RSSReader Version 2.0 with UITabBarController Couple of months back I released an open source RSS Reader app for iPhone on GitHub. Most of the people who downloaded the source requested… Discover More
onApril 29, 2011 UIScreen Notifications for connecting external display in iOS UIScreen class has three main notifications which gets triggered when a new screen (external display) is attached to the device.… Discover More
onApril 3, 2011 iPhone RSS Reader with source code Last week I had prepared simple RSSReader application for demoing at Arabnet Shift Digital Summit. Since there was not much time to really… Discover More
onAugust 16, 2010 iPhone SDK base64 encode / decode I found this useful class for base64 encoding / decoding. It is written by Kiichi Takeuchi Base64.h @interface Base64 : NSObject { } + (void)… Discover More
onAugust 16, 2010 iPhone SDK generate MD5 Hash of a string This function will help you generate MD5 hash of a given string Class.h + (NSString *)getMD5FromString:(NSString *)source; Class.m + (NSString… Discover More