0
激活後是否有可能在UISearchBar的效果中禁用灰色淡入淡出效果。 我tryed在viewDidLoad中下面並沒有什麼工作:在UISearchBar中禁用淡入淡出
self.tableView.backgroundColor = [UIColor clearColor];
self.tableView.backgroundView.frame = [[UIView alloc] initWithFrame:CGRectZero];
self.tableView.backgroundView.backgroundColor = [UIColor clearColor];