Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
スクロールバーの背景色をクリアにしたいのですが、そのプロパティが見つかりません。ただ私を助けてください。
UITableView の背景ビューを nil に設定して透明にします。
[tableView setBackgroundColor:[UIColor clearColor]]; tableView.opaque = NO; tableView.backgroundView = nil;
お役に立てば幸いです。