Many a times, we need the UINavigation bar title to have more than one line, we can do this easily by customizing the titleView of the UINavigationItem. The following method would help you get started: – (void)customNavBarTitle: (NSString *)titleStr { UILabel *titleLabel = [[UILabel alloc] initWithFrame:CGRectMake(([self.title length] < 10 ? UITextAlignmentCenter : UITextAlignmentLeft), 0, 480,44)]; [...]
Recently a friend of mine in India, told me that Vodafone(India) is not allowing him to use the regular GPRS plan (Vodafone Live) on iPhone. As per Vodafone, we need to take special iPhone data plan which costs a lot more than the regular plan. So I just tried a few tricks and found a [...]
Ever since the release of the original game backs in 1989 The Prince of Persia franchise has long been a staple of video gaming. As a huge fan of the original game and its immediate sequel, over the years I’ve become increasingly disillusioned with the franchise. The last game in the franchise The Two Thrones [...]
It seems Facebook’s security issues are getting bigger day by day. In a recent flaw explored by DJ’s Vibhor Goyal, it was found that if you reject a friend request from anyone, he/she will still be able to see your status updates. The saving grace can be that the updates are visible only till the request [...]
The intense browser war between IE, Chrome, Firefox, etc is going to get intense with the launch of yet another browser: Epic. But this time, it comes from India. And believe us, its not just another browser. If your system is cramped with viruses, it has an antivirus that scans through your system, to free [...]
