Posted on Wed, 09 May 2012 07:39:58 +0000
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
reason, Xcode also offers an Empty application template. In this blog, we’ll see how to use the Empty
template to build a simple application. [...]..
Details:
http://www.edumobile.org/iphone/ipad-development/using-the-empty-template-in-ipad/
|
Posted on Mon, 07 May 2012 09:00:40 +0000
In this application we will see how to string convert in uppercase in iPhone. So let see how it will
worked.
Step 1: Open the Xcode, Create a new project using Single View Application. Give the application
“StringConvert”.
Step 2: Need to add new viewController class in the project. Select project -> New file ->
UIViewController subclass -> next -> [...]..
Details:
http://www.edumobile.org/iphone/iphone-apps/stringconvert-in-iphone/
|
Posted on Thu, 03 May 2012 09:19:17 +0000
In this application we will see how to display current date and time in iPhone. So let see how it will
worked.
Step 1: Open the Xcode, Create a new project using Single View Application. Give the application
“CurrentDateTime”.
Step 2: Need to add new viewController class in the project. Select project -> New file ->
UIViewController subclass -> next [...]..
Details:
http://www.edumobile.org/iphone/iphone-apps/display-current-date-and-time-in-iphone/
|
Posted on Wed, 02 May 2012 08:26:55 +0000
|
Posted on Thu, 26 Apr 2012 12:01:58 +0000
In this example, we will see how to make a UIButton control behave as a two – state toggle switch.
Even though the iOS control palette contains a YES / NO switch, sometimes it’s nice to have a choice
of controls that is capable of performing the same function. Let’s see how it works.
Start up Xcode and [...]..
Details:
http://www.edumobile.org/iphone/iphone-apps/using-a-button-as-a-toggle/
|
Posted on Sat, 21 Apr 2012 11:07:41 +0000
In this application we will see how to StoryBoard works in iPhone iOS 5.0. So let see how it will
worked.
Step 1: Open the Xcode, Create a new project using Single View Application. Give the application
“StoryBoardExample” and select the “Use Storyboard”.
Step 2: Select the MainStoryboard.storyboard, first drag the ViewController from the library and
place it to the [...]..
Details:
http://www.edumobile.org/iphone/miscellaneous/storyboard-example-in-iphone/
|
Posted on Mon, 26 Mar 2012 02:19:32 +0000
|
Posted on Tue, 20 Mar 2012 05:14:46 +0000
In this application we will see how to Slider worked and change the value in iPhone. So let see how it will worked.
Step 1: Open the Xcode, Create a new project using View Base application. Give the application “SliderExample”.
Step 2: Xcode automatically creates the directory structure and adds essential frameworks to it. You can explore [...]..
Details:
http://www.edumobile.org/iphone/miscellaneous/sliderexample-application-in-iphone/
|
Posted on Sat, 25 Feb 2012 06:07:36 +0000
In this application we will see how to CheckBox implement in iPhone. So let see how it will worked.
Step 1: Open the Xcode, Create a new project using View Base application. Give the application “CheckBox”.
Step 2: Xcode automatically creates the directory structure and adds essential frameworks to it. You can explore the directory structure to [...]..
Details:
http://www.edumobile.org/iphone/iphone-interface-builder/check-box-application-in-iphone/
|
Posted on Tue, 07 Feb 2012 09:41:24 +0000
In this application we will see how to multiple photos select from the photo gallery and we can display, rotate and swipe this photo in the view. So let see how it will worked.
Step 1: Open the Xcode, Create a new project using View Base application. Give the application “PhotosApp”.
Step 2: Xcode automatically creates the [...]..
Details:
http://www.edumobile.org/iphone/iphone-apps/photos-application-in-iphone/
|
Posted on Thu, 19 Jan 2012 10:30:55 +0000
In this application we will see how to image capture in iPhone without using camera. So let see how it will worked.
Step 1: Open the Xcode, Create a new project using View Base application. Give the application “ImageClick”.
Step 2: Xcode automatically creates the directory structure and adds essential frameworks to it. You can explore the [...]..
Details:
http://www.edumobile.org/iphone/iphone-apps/imageclick-application-in-iphone/
|
Posted on Tue, 10 Jan 2012 10:25:00 +0000
|
Posted on Tue, 03 Jan 2012 10:40:08 +0000
In this application we will see how to Email Send in iPhone. So let see how it will
worked.
My last post you can find out from here (attached the previous post link)
Step 1: Open the Xcode, Create a new project using View Base application. Give the application “EmailSend”.
Step 2: Xcode automatically creates the directory structure and [...]..
Details:
http://www.edumobile.org/iphone/iphone-apps/emailsend-application-in-iphone/
|
Posted on Wed, 07 Dec 2011 05:27:55 +0000
|
Posted on Wed, 30 Nov 2011 05:14:15 +0000
|