iOS 5 中我的 UITableView 顶部出现了一条奇怪的灰线(在我升级到 Xcode 4.3 并在 iOS 5 iPhone 上运行应用程序之前从未出现过) - 还有其他人看到过吗?通过这样做,我在其他一些 TableViewControllers 中也得到了有趣的白线:
// needed to get rid of funny white lines in iOS 5
tableView.separatorStyle = UITableViewCellSeparatorStyleSingleLine;
tableView.separatorColor = [UIColor clearColor];
但是,这不适用于删除此行。这里没有标题。该行使用我的 UITableView 上下滚动