Pinned Loading
-
-
-
UIView extension - Auto Layout Helper
UIView extension - Auto Layout Helper 1import UIKit
23extension UIView {
4func bottom(to view: UIView, offset: CGFloat = 0.0, usingSafeArea: Bool = false) {
5constrain(bottomAnchor, to: usingSafeArea ? view.safeAreaLayoutGuide.bottomAnchor : view.bottomAnchor, of: view, offset: offset)
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.