Top 10 reads of July 2015
These are our Top 10 reads of July 2015. How to match strings using wildcards in C# and VB.NET IsSmallerThan…
All the Code Snippets and Samples you need
These are our Top 10 reads of July 2015. How to match strings using wildcards in C# and VB.NET IsSmallerThan…
To prevent your IOS app from going into sleeping mode using Objective-C you can use the snippet below. Sample Objective-C
To reload a UITableViewController in IOS using Objective-C you can simply use the reloadData method of the ViewController.
To hide the status bar while Splashscreen is Shown in IOS follow these Steps. 1. Open the Info.plist File. 2.…
To use substring in IOS using Objective-C you can use the snippet below. Sample Objective-C
To clear notifications in IOS using objective-c you can use the snippet below. Sample Objective-C
To format a float to 2 decimal places in Objective-C you can use the following snippet. Sample Objective-C
To convert string to int using Objective-C you can use the snippet below. Sample Objective-C or you can do it…