I am new in iOS. I have a View
on top (width 1 px height) and a UITableView
below the View
.
Now, The constraint leading and trailing of the View is 10
I have tried to set the Separator Inset for the TableView with value Left is 10 and Right is 10 but it not work well (the view width is not equal to TableView Separator width).
I want to set the width of the View
equal to the width of the UITableView Separator
.
What should I do to achieve it? Any help would be appreciated