An enum used to tell Agentry what the autosize behavior for the extension should be.
Enum Constant Summary
-
SMPOpenUIAutosizeBehaviorNone –
The adapter view will not be autosized.
-
SMPOpenUIAutosizeBehaviorFillVisible –
The adapter view will be autosized to take up the visible area of the screen.
-
SMPOpenUIAutosizeBehaviorWrapContent –
The adapter will be queried via "wantsViewHeightForWidth:" to determine the height it wants its view to be depending on its content.