下の図のような UITableView があります。
Before scroll:
| |
| |
| | < Clear cell, showing view below table
| |
|---------|
| section | < Section header
|---------|
| 1 |
| 2 |
| 3 |
| 4 |
| 5 |
After scroll:
| |
| |
| 1 | < Don't want to see these cells above the section
| 2 |
|---------|
| section | < Section header
|---------|
| 5 |
| 6 |
画面の上からでもテーブルをスクロールできるようにしたいので、最初のセクションではクリア セルを使用しています。
セクション ヘッダーの上のセルが表示されないようにするにはどうすればよいですか?