I noticed an Xcode warning that said :
"Language directional layout margins before iOS 11.0"
Even this question left unanswered in Apple developer forum thead.
I have used storyboard & warning doesn't lead to any specific view.
What is the cause or any solution ?
I am able to figure out the cause for the warning.
In Storyboard -> Size Inspector
, set Layout Margin
to Default
. Which was Language Directional
before.
As per documentation, for the root view of a view controller, UIKit
enforces a set of minimum layout margins to ensure that content is displayed correctly. When the values in the Language Directional
property are less than the minimum values, UIKit
uses the minimum values instead.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With