How to Remove Separator From Table Background in iPhone

Introduction

To remove a separator from the table background use the following procedure.

Step 1

In ViewController.xib click on the table view.

Step 2

Select the inspector window.

Step 3

Now in the Inspector window, set the separator to None.

xib1-in-iPhone.png

And see the output in the iPhone Simulator.

output1-in-iPhone.png

Step 4

Now we set the separator to Single lined in the Inspector window:

xib2-in-iPhone.png

Now see 
the output in the iPhone Simulator.

output2-in-iPhone.png


Similar Articles