これは私のビューがどのように見えるかです:
そして、これが私が望む方法です(テキストの色を無視します)
ご覧のとおり、ヘッダー間のビューをクリアする必要があります。しかし、それは起こっていません。
これは私がモーダル ViewController を実装する方法です:
ActivityFilterViewController *filter = [[ActivityFilterViewController alloc] init];
filter.view.backgroundColor = [UIColor clearColor];
[filter setModalPresentationStyle:UIModalPresentationCurrentContext];
[self presentViewController:filter animated:YES completion:nil];
ActivityFilterViewController :
グループとして設定しUITableView
、セクションのヘッダーとフッターの高さを 10 に設定しました。また、ヘッダー ビューの背景色をクリアしました。