|
|
|
Tutorials
|
Search bar application
In this iPhone tutorial, we will be creating a Search screen, which have a table view with a search bar. Table should display all the data if search field is empty other wise it should show all the data which matches.
View Rating |
|
|
Tutorials
|
Segment application
Create a new project by select View-Based Application.Open the Interface Builder by double clicking the SegmentViewController.xib file and add a segment from the Tools-> Library.
View Rating |
|
|
Tutorials
|
Button with Image
In the given Iphone SDK tutorial, we are creating a button with image on it. There is nothing in adding image on button if you are aware of the features available in the interface builder toolbar...lets find out the steps.
View Rating |
|
|
Tutorials
|
Hello World iphone Example
In the given tutorial you will be creating a small iphone application called "hello world app" using interface builder, that will run in the iphone simulator. Before going into deep of this tutorial let's first understand what is interface builder.
View Rating |
|
|
Tutorials
|
Table view with multiple view and sections
In this tutorial we are going to add another view to the cell(Rows of Table View) and will have two section in Table View and will have Back button on next view so that we can come back to the previous view.For this you have to creat a Navigation Based Application and in that add view.
View Rating |
|
|
Tutorials
|
Table View Application
Table views are commonly found in iPhone applications, especially productivity applications. They are versatile user-interface objects that you can adapt for different needs.
View Rating |
|
|