2

I'm trying to use the new safe area. I'm trying to reproduce the example that is shown WWDC 2017 - Session 204.

enter image description here

I set additionalSafeAreaInsets = UIEdgeInsetsMake (0, 0, 44, 100) of the controller and insetsLayoutMarginsFromSafeArea = false of the red color containing textfield, but I did not have the result I expected the text field is ignored from safe area using margins to be relative to the view's bounds.

0 Answers0