Skip to content

Commit

Permalink
feat(UIViewController.safeArea): add doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
marionauta committed Oct 24, 2020
1 parent fd53ad3 commit 6b2466a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/HelperKit/Extensions/UIViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
import UIKit

public extension UIViewController {
/// Shorthand for the view controller's view safe area layout guide.
/// The portion of the view that is unobscured by bars and other content.
@available(iOS 11.0, *)
var safeArea: UILayoutGuide {
view.safeAreaLayoutGuide
Expand Down

0 comments on commit 6b2466a

Please sign in to comment.