How to convert Keynote slides in to images

less than 1 minute read

This article is about the feature that allows Apple Keynote users to convert the slides in to .PNG, .JPEG and .TIFF image files. Step 1: Launch the Keynote ...

How to hide bookmarks bar in Safari on iPad

less than 1 minute read

Safari browser on iPad, like any other PC or Mac browsers allows users to save webpage URL as bookmark. It also provides a separate Bookmarks Bar for easily ...

iPad App that prints Welcome Message

1 minute read

Here is an example of writing an iPad app that prints a Welcome message. Launch Xcode, click File -> New -> New Project. Now select the template fo...

Dissecting Objective-C program

1 minute read

We have already seen couple of examples in Objective-C like writing your first program in Objective-C and adding Objective-C classes. Now let us try and an...