ios - UITableView is 8 points wider than UIViewController -
i'm adding uitableview
uiviewcontroller
using interface builder. setting leading, trailing, top , bottom constraints superview margins somehow makes tableview 8 points wider viewcontroller.
here's view hierarchy:
the constraints:
viewcontroller view during runtime using xcode visual debugger:
tableview during runtime using xcode visual debugger:
the 8 points seems suspicious , picture has margins, though i'm not able figure out.
why tableview wider viewcontroller?
Comments
Post a Comment