Draw Circle Triangle and Rectangle in iPad
This is the very simple tutorial. In this tutorial we will see how to draw Circle, Triangle and Rectangle in the iPad. Step 1: Create a Window base application using template. Give the application...
View ArticleDisplay images in TabBar Application in iPad
This is the very easy example . We will see how to image display in the different tab in the TabBarApplication using only Interface Builder. Step 1: Create a TabBar Application using template. Give...
View ArticleHow to image moved using Touch function in iPad
In this application we will see how to image moved ,using touch function we will shift images any where of the screen. Step 1: Create a View base application using template. Give the application name...
View ArticleHow to play Video in iPad
This is the very simple application . In this application we will see how to play video in the iPad. Step 1: Create a View base application using template. Give the application name “VideoPlay_iPad”....
View ArticleViewBase application in iPad
This is the simple View Base application. In this application we will display image, button and label. Step 1: Create a View base application using template. Give the application name “ViewBase_iPad”....
View ArticleMail Send from iPad
This is the very simple application. In this application we will see how to mail send from the iPad. Step 1: Create a View base application using template. Give the application name “MailComposer”....
View ArticleChange View in iPad
In this application we will see how to change view in iPad. Step 1: Create a Window base application using template. Give the application name “Windowbase_iPad”. Step 2: Xcode automatically creates the...
View ArticleDisplay Splash Screen in iPad
In this application we will see how to display Splash Screen in iPad. Step 1: Create a View base application using template. Give the application name “DisplaySplash_iPad”. Step 2: Xcode automatically...
View ArticleSingleComponent Picker in iPad
This is the Single Component Picker application. In this application we will see how to add Single Component in iPad. Step 1: Create a View base application using template. Give the application name...
View ArticleDouble Component Picker in iPad
This is the Double Component Picker example. In this example we will see how to worked it in the iPad. Step 1: Create a View base application using template. Give the application name...
View ArticleControlling Views with Switches on iPad
In this blog, we’ll be using UISwitch controls to change the color of four subviews of the main view. We’ll be using the tag value of the switches to choose the view that should be altered. So let’s...
View ArticleControlling a UIViews properties for iPad
In this blog we’ll examine how to create a view object in Interface Builder that is backed by a UIView. We’ll control the view’s color and alpha channel properties by using sliders. The app will...
View ArticleAnimating a View to travel down steps in iPad
Suppose we want to create an animation where a ball appears to travel down a flight of stairs. In this blog, we’ll demonstrate a specific algorithm for moving a view down a series of four steps; a...
View ArticleUsing the Empty Template in iPad
Xcode offers many templates from which to choose when creating a new application. Sometimes, though, we want a bit more control over the details of an app than these templates can provide; for this...
View Article