Howdy!
I have a table view with style = .insetGrouped
and am trying unsuccesfully to adjust my directionalLayoutMargins
. More specifically, it seems that something is resetting my custom margins to top: 0.0, leading: 20.0, bottom: 0.0, trailing: 20.0)
between viewWillAppear
and viewDidAppear
. How can I disable this behavior?
Thanks,
smkuehnhold