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...
Thursday, December 31, 2015
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 ...
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...
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...