I’d like to change the separator from a UITableView to a dotted line. All I could find is
UITableViewCellSeparatorStyleBlabla…
Can I put something else instead? I’d rather not use images, but if there is no other way…
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try the solutions below:
note:Don’t forget to turn off the default separator style for the table view in both the solutions:
[self.tableView setSeparatorStyle:UITableViewCellSeparatorStyleNone];=====================OR TRY THIS===========================================
H appy to help:)