[][src]Module polyhorn_ios_sys::polykit

Bindings to PolyKit.framework.

Structs

PLYAnimationHandle

Handle that automatically stops a running animation once it is dropped.

PLYByEdge

An abstract type that contains a value of the given type for each edge of a rectangle.

PLYCallback

Callback that can be invoked from within Objective-C.

PLYCornerRadii

The radius to use when drawing rounded corners for a view's background.

PLYDimension

An abstract type representing a dimensional unit of measure.

PLYEdgeInsets

The inset distances for views.

PLYImageView

An object that displays a single image or a sequence of animated images in your interface.

PLYKeyboardAvoidingView

A view that invoke a callback when the keyboard appears, changes its appearance or disappears.

PLYKeyframeAnimation

An object that provides keyframe animation capabilities for a view object.

PLYLabel

A view that displays one or more lines of informational text.

PLYLayout

A dynamic layout that can be queried from Objective-C.

PLYLayoutAxisX

Abstract type that contains a value of the given type for each horizontal edge of a rectangle.

PLYLayoutAxisY

An abstract type that contains a value of the given type for each vertical edge of a rectangle.

PLYLayoutEvent

Event that is generated by UIView.layoutSubviews() and that contains the frame of a view in screen coordinates (if mounted, otherwise in local coordinates).

PLYPoint

A structure that contains a point in a two-dimensional coordinate system.

PLYScrollView

A view that allows the scrolling and zooming of its contained views.

PLYStatusBar

Host overlay view that shows time, network, etc. in a bar at the top of the screen.

PLYTextInputView

An object that displays an editable text area in your interface.

PLYView

An object that manages the content for a rectangular area on the screen.

PLYViewController

An object that manages a view hierarchy of your UIKit app.

PLYWindow

The backdrop of your app's user interface and the object that dispatches events to your views.

Enums

PLYDimensionKind

Represents the unit of a dimension.