Package apple.uikit.protocol
Interface UIContentView
-
- All Known Implementing Classes:
UIListContentView
public interface UIContentView
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UIContentConfigurationconfiguration()Returns the current configuration of the view.voidsetConfiguration(UIContentConfiguration value)Returns the current configuration of the view.
-
-
-
Method Detail
-
configuration
UIContentConfiguration configuration()
Returns the current configuration of the view. Setting this property applies the new configuration to the view.
-
setConfiguration
void setConfiguration(UIContentConfiguration value)
Returns the current configuration of the view. Setting this property applies the new configuration to the view.
-
-