
Whatsapp starts to roll out calling feature to IOS users
Whatsapp’s recently introduced voice calling feature starts to roll out for IOS users too. The feature was already available for the Android users for the…
Browse TechRounder coverage on IOS, including guides, explainers, comparisons, and practical updates.

Whatsapp’s recently introduced voice calling feature starts to roll out for IOS users too. The feature was already available for the Android users for the…
To get the image name from an Image Picker ViewController in iOS, access the reference URL from the editingInfo dictionary and extract the l…

Find the name of the Device in IOS Application whether its iPhone4s, iPhone5s, iPad etc. Follow the steps to detect the device Step 1 :…

Check the internet availability in IOS application using Reachability Plugin. A sample demonstration plugin is attached here. The Reachabili…

We can use Rounded Image in IOS Application. Step 1 : Create an Image View either using the Interface builder or by code Note that…

When a designer hands you a color like #FFFFFF or #000000, manually typing out RGB values in Objective-C gets tedious fast. UIKit’s UIColor …

In iOS 6.0 UILabel supports NSAttributedString, which can be used to underline a Label Programatically. Use the below code to add underline …