Module rust_macios::uikit

source ·
Expand description

Construct and manage a graphical, event-driven user interface for your iOS or tvOS app.

Structs

A factory class for creating layout constraint objects using a fluent API.
The relationship between two user interface objects that must be satisfied by the constraint-based layout system.
A factory class for creating horizontal layout constraint objects using a fluent API.
A factory class for creating vertical layout constraint objects using a fluent API.

Traits

A trait containing all the methods for NSLayoutAnchor
A trait containing all the methods for NSLayoutConstraint
A trait containing all the methods for NSLayoutXAxisAnchor
A trait containing all the methods for NSLayoutYAxisAnchor