IPhone Developer

  Home  Computer Programming  IPhone Developer


“IPhone Developer Frequently Asked Questions in various IPhone Developer job Interviews by interviewer. The set of questions here ensures that you offer a perfect answer posed to you. So get preparation for your new job hunting”



51 IPhone Developer Questions And Answers

41⟩ Which is the use of controller object UIApplication?

Controller object UIApplication is used without subclassing to manage the application event loop. It coordinates other high-level app behaviors.

It works along with the app delegate object which contains app-level logic.

 208 views

49⟩ Which are the requirements for developing iPhone Apps?

Mac OS 10.5/10.6 iPhone SDK (Software Development Kit 3.0/4.0).

IPhone SDK consists of:

IDE to develop iPhone Apps is XCode(This tool is inbuilt in iPhone SDK)

Interface Builder This is used to design GUI of Apps(Inbuilt feature of iPhone SDK)

Instruments This is used to check any memory leaks in our apps (Inbuilt in SDK)

Simulator This is used to test our apps before deploying into real device.

 201 views

50⟩ Described about iPhone OS?

iPhone OS runs on iPhone and iPod touch devices.

Hardware devices are managed by iPhone OS and provides the technologies needed for implementing native applications on the phone.

The OS ships with several system applications such as Mail, Safari, Phone, which provide standard services to the user.

 214 views

51⟩ What is the iPhone architecture?

It is similar to Mac OS X architecture

It acts as an intermediary between the iPhone and iPod hardware an the appearing applications on the screen

The user created applications never interact directly with the appropriate drivers, which protects the user applications from changes to the hardware.

 217 views