| Package | Description |
|---|---|
| crossmobile.ios.uikit |
| Modifier and Type | Method and Description |
|---|---|
UILayoutGuide |
UIView.layoutMarginsGuide()
Returns a layout guides with this views margins.
|
UILayoutGuide |
UIView.safeAreaLayoutGuide() |
| Modifier and Type | Method and Description |
|---|---|
void |
UIView.addLayoutGuide(UILayoutGuide layoutGuide)
Adds the specified layout guide to this view.
|
void |
UIView.removeLayoutGuide(UILayoutGuide layoutGuide)
Removes the layout guide from the related array.
|
Copyright © 2020. All rights reserved.