Variables in Objective-C

less than 1 minute read

Objective-C also uses variables for storing data in memory like other programming languages. The variables are defined based on the type data type that will ...

Create an example iOS Project using Xcode

1 minute read

We had already covered the basic overview of Xcode and now we are going see the steps required for creating an sample iOS Project that displays Welcome messa...

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...