How can I set right, left, top and bottom border with color on UITableview in swift?
Thanks,
if you want to give the border to tableview with color use below code for swift 3 :
yourTableView.layer.borderColor = UIColor.gray.cgColor yourTableView.layer.borderWidth = 1.0