December 2015 - Online Free Computer Tutorials.

'Software Development, Games Development, Mobile Development, iOS Development, Android Development, Window Phone Development. Dot Net, Window Services,WCF Services, Web Services, MVC, MySQL, SQL Server and Oracle Tutorials, Articles and their Resources

Thursday, December 31, 2015

iOS Development Tips for iPhone 6 and iOS 8

With thousands of API changes in iOS 8, developers have been hard at work updating their apps to support the latest version of iOS. Many hop...
Read More

Best 25 .net articles on the web in 2015 (Worth Reading !!!)

Before saying 'Goodbye' to year 2015, Let's review all our best featured .net articles in year 2015. We read many articles this ...
Read More

Get list of all available fonts in iOS application

Following code can be used to find all fonts used in the iPhone app. NSArray *familyNames = [[NSArray alloc] initWithArray:[UIFont familyNam...
Read More

Remove Storyboard or Convert Project from Storyboard to Xib

Step 1) //Add below code in  AppDelegate.h @property (retain, nonatomic) UIWindow *window; @property (nonatomic,retain) UINavigationControll...
Read More