Monday, 15 March 2010

ios - UITableView With three section and three cell -


I am using three sections and three cells, such as
Section 1 cell 1
section 1 Cell 2
section 1 cell 3

section 2 cell 1
section 2 cell 2
section 2 cell 3

section 3 cell 1
section 3 Cell 2
Section 3 cell 3

but I am trying to customize with the following figure

section 1 cell 1 --- --- displaying user profile This section for
Section 2 cell 1
- This section showing multiple pictures
Section 3 Cell 1
- This section for comments related to images

Section 1 cell 2

This section displays user profiles
Section 2 Cell 2
- This section is showing many images
Section 3 cell 2

This section for comments related to images








Section 1 cell 3
Section 2 cell 3
Section 3 cell 3

Anyone help me solve this code

I recommend starting with a storyboard. Is this cell always a Do not matter (use stationary cells for your UIView in the Stotboard in the storyboard), or do you add cells programmatically Are planning on (use dynamic cells and define a prototype cell).

The following is a great tutorial on strobobs, which should help you get started:


No comments:

Post a Comment