I wanted to set only right border in UITableView?
So far i have tried this below code. But it is setting the border in whole table as it is there in mac, But i wanted to achieve that it should set only right border :-
self.tableView.layer.borderWidth = 1.0;