Hey Developers! 👋

Simple iOS development tutorials and tips. Let's build something awesome together with Swift and SwiftUI!

Different data types in Objective-C

1 minute read

Objective-C like any other programming languages has different data types like int, float, double, char and id. Data types are used for specifying the kind o...

How to set photos as screensaver on Windows 8

less than 1 minute read

Windows 8 allows user to display photos in the system as screensaver using the option available as part of Windows Personalization. Step 1: Click the Person...

Objective-C - What are Categories?

1 minute read

Categories in Objective-C are used for adding extra functionality to a class without accessing the source code of the class and without subclassing it. Let u...

Turn off Pop-up blocker on Google Nexus 7

less than 1 minute read

This is a short article on the steps required to turn off pop-up blocker in Google Chrome installed on Google Nexus 7. By default the pop up blocker is enabl...

How to insert horizontal line in Word

less than 1 minute read

Listed below are the steps required for inserting horizontal line in Word 2013. Step 1: Open the document where you want to add horizontal line in Word 2013...

How to install latest updates of Office 2013

less than 1 minute read

In this tutorial we are going to see the steps required for installing the latest updates of Office 2013. Step 1: Launch any one of the Office 2013 applicat...

How to launch Word 2013 with blank document

less than 1 minute read

Word 2013 by default displays the start screen during the launch. But if you find this feature not useful and want to always open blank document when launchi...