I wanted to ask if there is a way to set only the vertical layer.borderwidth and not all the frame,
right now i'm using
selectedTableDish.layer.borderWidth = 2
which will frame my entire view, I want to change the width only for the vertical parts
the reason I want to use this and not drawing an actual line on the side of my view is because it's a table view and when I scroll it down, my lines I create will also scroll the frame won't cover all my tableview