[][src]Module polyhorn_ios::hooks

Re-exports of hooks provided by Polyhorn Core and Polyhorn UI.

Macros

use_async
use_channel
use_context
use_effect
use_id
use_layout_effect
use_reference
use_safe_area_insets

Hook that returns the safe area insets of a view.

use_state

Structs

SafeAreaInsets

Immutable structure that contains the layout direction independent insets of the safe area of a view with respect to each edge of its rectangle. All insets are positive numbers.

Traits

UseAsync
UseChannel
UseContext
UseEffect
UseLayoutEffect
UseReference
UseSafeAreaInsets

Hook that is implemented by any type that can provide its safe area insets.