The Developers at Facebook, fix bugs and add new features daily to facebook and in the process its likely that they may produce some new bugs, and hence your app may be effected. To help automate tests in your code, use the link below: https://www.facebook.com/feeds/api_status.php This link will return a json data, like the one below: { “push”: { ”status”: “Complete”,Read More
Most of guys faces problem when they come across Sorting NSMutableDictionary keys by values, i my self spend few hours on this logic when i was beginner to iOS, I’ll show you how to sort an unsorted NSMutableDictionary keys by value.. Let i have unsorted NSMutableDictionary with NSNumber values {//dictionary A = “110″; //key and value BRead More
Microsoft recently released their first tablet in the technology market. With the unveiling of their surface tablet, they have joined the tablet PC war with tech giant Apple. In the previous time Microsoft brought lots of devices in the market, but any of those are not directly designed by Microsoft. So it is first time for Microsoft to bring theirRead More
We are making some very interesting changes to programmerscountry.com to make it more social. You will now be able to comment on any article from within facebook. Please write your comments on what else do to you like to be added to programmerscountry.
In this tutorial, we will learn how to create different UIViewControls programatically without interacting with Interface Builder Creating UIView Programatically //Code for UIView Controller codeView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 320, 460)]; codeView.backgroundColor = [UIColor lightGrayColor]; [self.view addSubview:codeView]; In the above code we created a UIView (named codeView) and then added that view to our MainWindowRead More
PayPal Here is a mobile payment solution that includes a free app and a thumb-sized card reader for your smartphone and lets you simply and securely accept multiple forms of payment wherever your business takes you. PayPal Here helps you grow your business by attracting new customers, and ensuring you’ll never miss a sale again. Nate, Supervisor and professionalRead More
offline_access Permission Removal The offline_access permission is deprecated and will be removed July 5, 2012. Until then, you can turn this change on or off using the “Remove offline_access permission” migration. On May 2, 2012, we will automatically turn the migration to “enabled” for all apps. If this breaks your app, you can turn the migration back to “disabled” until July 5, 2012 whenRead More
Since the updated Comments Box plugin launched last month, more than 50,000 websites have added it to their site. Today we’re launching new features to help increase traffic, engagement, and the quality of comments on your sites. Improved News Feed story We are introducing a modified Comments Box News Feed story to feature more social context. Simply include theRead More
