iOS- dividing line style modification TableView

Implementation code: 

1 myTableView.separatorStyle = UITableViewCellSeparatorStyleSingleLine;

There are three styles:

UITableViewCellSeparatorStyleNone, there is no dividing line
UITableViewCellSeparatorStyleSingleLine, single line (default)
UITableViewCellSeparatorStyleSingleLineEtched embedded line 

Guess you like

Origin www.cnblogs.com/luoluosha/p/11694337.html