SlideShare una empresa de Scribd logo
1 de 8
Vibrant Technologies
& Computers

i-Phone COURSE
Make Career With Us!!
B2/6/2 Vashi ,Navi Mumbai,

Contact:09892900103/9892900173
iphonetraining .vibranttechnologies.co.in

Create a New Navigation Based
Application
Open XCode from Toolbar and select XCode -> New Project option to pop up a new project
window. Select iPhoneOS and click Navigation-based Application and click choose to enter
your project name. I named this project as “HelloWorld”.

B2/6/2 Vashi ,Navi Mumbai,
Contact:09892900103/9892900173
iphonetraining .vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
iphonetraining .vibranttechnologies.co.in

•HelloWorld.app: This is the application file that contains the app information
for installation.
•HelloWorldAppDelegate.h: It’s a header file that consists of variable
definitions that we are going to use in our application. It delegates the
information to views or controllers.
•HelloWorldAppDelegate.m: The object of this class is instantiated
by main.m file. Your application loading starts here.
•HelloWorld_prefix.pch: This is a pre-compiled header file that consists of
method definitions used in included libraries. There is no need to include this
in every file.
•Main.m: This is like any other program main file. It instantiates all of our
objects and triggers the program. There is no need to edit this file.
•Info.plist: It’s a Meta file that contains application information. There is no
need to edit this file also.
CoreGraphics, Foundation and UIKit frameworks: Apple iPhone SDK
provides set of libraries for iPhone basic framework, UI and Graphics.

B2/6/2 Vashi ,Navi Mumbai,
Contact:09892900103/9892900173
iphonetraining .vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
iphonetraining .vibranttechnologies.co.in

•MainWindow.xib: This is an Interface Builder file, designer mode of the interface of main window.
•RootViewContrller.h and RootViewController.m: iPhone SDK creates a sample navigation interface for you with
a Table View, because most navigation based applications use Table View. These files are controllers for the main
window and table view.
•RootViewController.xib: An interface builder file with a table with rows and columns. Designer file
ofRootViewController. We use this table to display “HelloWorld” text.

B2/6/2 Vashi ,Navi Mumbai,
Contact:09892900103/9892900173
iphonetraining .vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
iphonetraining .vibranttechnologies.co.in

Update UITableView Cells to Display
"HelloWorld"

•RootViewController.m: Open RootViewController.m file which is a controller file attached to the
application main view. The functions in this file are overridden from table view class. By editing
these table view related functions, we can achieve our goal.
•Function numberOfRowsInSection: This function is used to declare the number of rows in our
table. For our current application, one row is fine. The number next to the return keyword defines the
number of rows. Edit the following function like below:

B2/6/2 Vashi ,Navi Mumbai,
Contact:09892900103/9892900173
iphonetraining .vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
iphonetraining .vibranttechnologies.co.in

Function:cellForRowAtIndexPath

When a row is displayed this function will be called, for each and every row this function
call will happen. In this function, we will define the content to be displayed
“HelloWorld”.
This function gets called once for every row. This is where we define what content to
display in a given row. In this case, we want the row to be a string that says “Hello

World”.
B2/6/2 Vashi ,Navi Mumbai,
Contact:09892900103/9892900173
iphonetraining .vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
iphonetraining .vibranttechnologies.co.in

B2/6/2 Vashi ,Navi Mumbai,
Contact:09892900103/9892900173
iphonetraining .vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
iphonetraining .vibranttechnologies.co.in

Where to Get More Information
Vibrant Group:
www.vibrantgroup.co.in
Vibrant Technologies & Computers
www.vibranttechnologies.co.in/technologies.vibrantgroup.co.
in
Vibrant HR Team
www.hr.vibrangroup.co.in

B2/6/2 Vashi ,Navi Mumbai,
Contact:09892900103/9892900173
iphonetraining .vibranttechnologies.co.in
enquiry@vibrantgroup.co.in

Más contenido relacionado

Destacado

Activitats la població 11
Activitats la població 11Activitats la població 11
Activitats la població 11
llulsil23
 

Destacado (10)

DotNet programming & Practices
DotNet programming & PracticesDotNet programming & Practices
DotNet programming & Practices
 
Activitats la població 11
Activitats la població 11Activitats la població 11
Activitats la població 11
 
Psycho tuesday (1)
Psycho tuesday (1)Psycho tuesday (1)
Psycho tuesday (1)
 
9 Instagram Tips For Social Media Reach!
9 Instagram Tips For Social Media Reach!9 Instagram Tips For Social Media Reach!
9 Instagram Tips For Social Media Reach!
 
Ci powerpoint
Ci powerpointCi powerpoint
Ci powerpoint
 
гис
гисгис
гис
 
What is Spiral Wound Gaskets?
What is Spiral Wound Gaskets?What is Spiral Wound Gaskets?
What is Spiral Wound Gaskets?
 
BJ Dooley's IT Toons COMICBOOK
BJ Dooley's IT Toons COMICBOOKBJ Dooley's IT Toons COMICBOOK
BJ Dooley's IT Toons COMICBOOK
 
Новые веяния в развитии Европейских мультисервисных сетей
Новые веяния в развитии Европейских мультисервисных сетейНовые веяния в развитии Европейских мультисервисных сетей
Новые веяния в развитии Европейских мультисервисных сетей
 
Liquid properties
Liquid propertiesLiquid properties
Liquid properties
 

Más de anshkhurana01

Linux training-course-navi-mumbai-linux-course-provider-navi-mumbai
Linux training-course-navi-mumbai-linux-course-provider-navi-mumbaiLinux training-course-navi-mumbai-linux-course-provider-navi-mumbai
Linux training-course-navi-mumbai-linux-course-provider-navi-mumbai
anshkhurana01
 

Más de anshkhurana01 (19)

05php
05php05php
05php
 
Sajid
SajidSajid
Sajid
 
Aix admin-course-provider-navi-mumbai
Aix admin-course-provider-navi-mumbaiAix admin-course-provider-navi-mumbai
Aix admin-course-provider-navi-mumbai
 
Websphere application-server-training-course-navi-mumbai-websphere-applicatio...
Websphere application-server-training-course-navi-mumbai-websphere-applicatio...Websphere application-server-training-course-navi-mumbai-websphere-applicatio...
Websphere application-server-training-course-navi-mumbai-websphere-applicatio...
 
Shell scripting-training-course-navi-mumbai-shell-scripting-course-provider-n...
Shell scripting-training-course-navi-mumbai-shell-scripting-course-provider-n...Shell scripting-training-course-navi-mumbai-shell-scripting-course-provider-n...
Shell scripting-training-course-navi-mumbai-shell-scripting-course-provider-n...
 
Siebel training-course-navi-mumbai-siebel-course-provider-navi-mumbai
Siebel training-course-navi-mumbai-siebel-course-provider-navi-mumbaiSiebel training-course-navi-mumbai-siebel-course-provider-navi-mumbai
Siebel training-course-navi-mumbai-siebel-course-provider-navi-mumbai
 
Linux training-course-navi-mumbai-linux-course-provider-navi-mumbai
Linux training-course-navi-mumbai-linux-course-provider-navi-mumbaiLinux training-course-navi-mumbai-linux-course-provider-navi-mumbai
Linux training-course-navi-mumbai-linux-course-provider-navi-mumbai
 
Aix admin-course-provider-navi-mumbai
Aix admin-course-provider-navi-mumbaiAix admin-course-provider-navi-mumbai
Aix admin-course-provider-navi-mumbai
 
Java j2ee-training-course-navi-mumbai-java-j2ee-course-provider-navi-mumbai
Java j2ee-training-course-navi-mumbai-java-j2ee-course-provider-navi-mumbaiJava j2ee-training-course-navi-mumbai-java-j2ee-course-provider-navi-mumbai
Java j2ee-training-course-navi-mumbai-java-j2ee-course-provider-navi-mumbai
 
Siebel training-course-navi-mumbai-siebel-course-provider-navi-mumbai
Siebel training-course-navi-mumbai-siebel-course-provider-navi-mumbaiSiebel training-course-navi-mumbai-siebel-course-provider-navi-mumbai
Siebel training-course-navi-mumbai-siebel-course-provider-navi-mumbai
 
Tibco training-course-navi-mumbai-tibco-course-provider-navi-mumbai
Tibco training-course-navi-mumbai-tibco-course-provider-navi-mumbaiTibco training-course-navi-mumbai-tibco-course-provider-navi-mumbai
Tibco training-course-navi-mumbai-tibco-course-provider-navi-mumbai
 
Embeddedsystem training-course-navi-mumbai-embeddedsysteml-course-provider-na...
Embeddedsystem training-course-navi-mumbai-embeddedsysteml-course-provider-na...Embeddedsystem training-course-navi-mumbai-embeddedsysteml-course-provider-na...
Embeddedsystem training-course-navi-mumbai-embeddedsysteml-course-provider-na...
 
Mainframe training-course-navi-mumbai-mainframe-course-provider-navi-mumbai
Mainframe training-course-navi-mumbai-mainframe-course-provider-navi-mumbaiMainframe training-course-navi-mumbai-mainframe-course-provider-navi-mumbai
Mainframe training-course-navi-mumbai-mainframe-course-provider-navi-mumbai
 
Sas training-course-navi-mumbai-sas-course-provider-navi-mumbai
Sas training-course-navi-mumbai-sas-course-provider-navi-mumbaiSas training-course-navi-mumbai-sas-course-provider-navi-mumbai
Sas training-course-navi-mumbai-sas-course-provider-navi-mumbai
 
Linux training-course-navi-mumbai-linux-course-provider-navi-mumbai
Linux training-course-navi-mumbai-linux-course-provider-navi-mumbaiLinux training-course-navi-mumbai-linux-course-provider-navi-mumbai
Linux training-course-navi-mumbai-linux-course-provider-navi-mumbai
 
Php mysql classes in navi-mumbai,php-mysql course provider-in-navi-mumbai,bes...
Php mysql classes in navi-mumbai,php-mysql course provider-in-navi-mumbai,bes...Php mysql classes in navi-mumbai,php-mysql course provider-in-navi-mumbai,bes...
Php mysql classes in navi-mumbai,php-mysql course provider-in-navi-mumbai,bes...
 
Mysql classes in navi-mumbai,mysql course-provider-in-navi-mumbai
Mysql classes in navi-mumbai,mysql course-provider-in-navi-mumbaiMysql classes in navi-mumbai,mysql course-provider-in-navi-mumbai
Mysql classes in navi-mumbai,mysql course-provider-in-navi-mumbai
 
Best spring classes in navi mumbai,spring course-provider in navi-mumbai,spri...
Best spring classes in navi mumbai,spring course-provider in navi-mumbai,spri...Best spring classes in navi mumbai,spring course-provider in navi-mumbai,spri...
Best spring classes in navi mumbai,spring course-provider in navi-mumbai,spri...
 
Best java courses in navi mumbai best classes for java in navi mumbai-java cl...
Best java courses in navi mumbai best classes for java in navi mumbai-java cl...Best java courses in navi mumbai best classes for java in navi mumbai-java cl...
Best java courses in navi mumbai best classes for java in navi mumbai-java cl...
 

Último

The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 

Último (20)

COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Plant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxPlant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptx
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 

I phone-training-course-navi-mumbai-i-phone-course-provider-navi-mumbai

  • 1. Vibrant Technologies & Computers i-Phone COURSE Make Career With Us!! B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173
  • 2. iphonetraining .vibranttechnologies.co.in Create a New Navigation Based Application Open XCode from Toolbar and select XCode -> New Project option to pop up a new project window. Select iPhoneOS and click Navigation-based Application and click choose to enter your project name. I named this project as “HelloWorld”. B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 iphonetraining .vibranttechnologies.co.in enquiry@vibrantgroup.co.in
  • 3. iphonetraining .vibranttechnologies.co.in •HelloWorld.app: This is the application file that contains the app information for installation. •HelloWorldAppDelegate.h: It’s a header file that consists of variable definitions that we are going to use in our application. It delegates the information to views or controllers. •HelloWorldAppDelegate.m: The object of this class is instantiated by main.m file. Your application loading starts here. •HelloWorld_prefix.pch: This is a pre-compiled header file that consists of method definitions used in included libraries. There is no need to include this in every file. •Main.m: This is like any other program main file. It instantiates all of our objects and triggers the program. There is no need to edit this file. •Info.plist: It’s a Meta file that contains application information. There is no need to edit this file also. CoreGraphics, Foundation and UIKit frameworks: Apple iPhone SDK provides set of libraries for iPhone basic framework, UI and Graphics. B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 iphonetraining .vibranttechnologies.co.in enquiry@vibrantgroup.co.in
  • 4. iphonetraining .vibranttechnologies.co.in •MainWindow.xib: This is an Interface Builder file, designer mode of the interface of main window. •RootViewContrller.h and RootViewController.m: iPhone SDK creates a sample navigation interface for you with a Table View, because most navigation based applications use Table View. These files are controllers for the main window and table view. •RootViewController.xib: An interface builder file with a table with rows and columns. Designer file ofRootViewController. We use this table to display “HelloWorld” text. B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 iphonetraining .vibranttechnologies.co.in enquiry@vibrantgroup.co.in
  • 5. iphonetraining .vibranttechnologies.co.in Update UITableView Cells to Display "HelloWorld" •RootViewController.m: Open RootViewController.m file which is a controller file attached to the application main view. The functions in this file are overridden from table view class. By editing these table view related functions, we can achieve our goal. •Function numberOfRowsInSection: This function is used to declare the number of rows in our table. For our current application, one row is fine. The number next to the return keyword defines the number of rows. Edit the following function like below: B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 iphonetraining .vibranttechnologies.co.in enquiry@vibrantgroup.co.in
  • 6. iphonetraining .vibranttechnologies.co.in Function:cellForRowAtIndexPath When a row is displayed this function will be called, for each and every row this function call will happen. In this function, we will define the content to be displayed “HelloWorld”. This function gets called once for every row. This is where we define what content to display in a given row. In this case, we want the row to be a string that says “Hello World”. B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 iphonetraining .vibranttechnologies.co.in enquiry@vibrantgroup.co.in
  • 7. iphonetraining .vibranttechnologies.co.in B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 iphonetraining .vibranttechnologies.co.in enquiry@vibrantgroup.co.in
  • 8. iphonetraining .vibranttechnologies.co.in Where to Get More Information Vibrant Group: www.vibrantgroup.co.in Vibrant Technologies & Computers www.vibranttechnologies.co.in/technologies.vibrantgroup.co. in Vibrant HR Team www.hr.vibrangroup.co.in B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 iphonetraining .vibranttechnologies.co.in enquiry@vibrantgroup.co.in