I have an UITableView
object that I've added one constraint to it: width equal to view
(the container view).
But for some reason it seems the tableView
is bigger than the view:
Can someone help me?
Thank you!
I have an UITableView
object that I've added one constraint to it: width equal to view
(the container view).
But for some reason it seems the tableView
is bigger than the view:
Can someone help me?
Thank you!
The view is not bigger as you have identified already, it is due to the TableView Separator Inset, and you can change it from the storyboard itself.
View debugging is also very helpful in finding this kind of issues, you can debug your view from
Debug - View Debugging - Capture View Hierarchy.