Avatar
UIView にこれもあったw /* The top of the safeAreaLayoutGuide indicates the unobscured top edge of the view (e.g, not behind the status bar or navigation bar, if present). Similarly for the other edges. */ @available(iOS 11.0, *) open var safeAreaLayoutGuide: UILayoutGuide { get } (edited)