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.
我从 AppStore 下载了这个应用程序,我认为它的 UITableViewCell 的分隔符看起来很棒。
我想将 mime 更改为此,但我不知道如何将分隔符更改为自定义分隔符。
这是刚刚添加到背景中的图像吗?所以请帮帮我。先感谢您!
您可以通过将 aUIImageView应用于每个UITableViewCell.
UIImageView
UITableViewCell
并将分隔符设置为UITableViewCellSeperatorStyleNone:
UITableViewCellSeperatorStyleNone
tableView.separatorStyle = UITableViewCellSeparatorStyleNone;