iOS-の境界線スタイルの変更テーブルビュー

実装コード: 

1 myTableView.separatorStyle = UITableViewCellSeparatorStyleSingleLine。

3つのスタイルがあります。

UITableViewCellSeparatorStyleNoneは、全く分割線が存在しない
UITableViewCellSeparatorStyleSingleLineは、単一の行(デフォルト)が
埋め込まれたラインをUITableViewCellSeparatorStyleSingleLineEtched 

おすすめ

転載: www.cnblogs.com/luoluosha/p/11694337.html