|
|
|
Tutorials
|
iPhone Splash Screen
In this example, I'm going to show you how to create splash screen in iphone apps. The motto behind showing splash screen is to show something until and unless the application loads properly.
View Rating |
|
|
Tutorials
|
What is Objective c iPhone?
Objective c is a standard objected oriented programming language or we can also say that it is an enhanced version of traditional c programming that including number of new features in it.
View Rating |
|
|
Tutorials
|
iPhone for each loop in Objective c
In general, for each loop is used to access each objects from the collection of objects. We can also say that it iterates over an array or collection of objects. In iPhone application we also use this for each loop in objective c.
View Rating |
|
|