Closed woxtu closed 2 years ago
Hi,
This PR changes to use the safeAreaInsets property of UIView in iOS 11.0 to resolve the following compiler warning:
safeAreaInsets
UIView
'topLayoutGuide' is deprecated: first deprecated in iOS 11.0 - Use view.safeAreaLayoutGuide.topAnchor instead of topLayoutGuide.bottomAnchor
https://developer.apple.com/documentation/uikit/uiviewcontroller/1621367-toplayoutguide
This was a wrong change so I close it.
Hi,
This PR changes to use the
safeAreaInsets
property ofUIView
in iOS 11.0 to resolve the following compiler warning:https://developer.apple.com/documentation/uikit/uiviewcontroller/1621367-toplayoutguide