Package apple.uikit.protocol
Interface UIContentConfiguration
-
- All Superinterfaces:
NSCopying
- All Known Implementing Classes:
UIListContentConfiguration
public interface UIContentConfiguration extends NSCopying
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UIViewmakeContentView()Initializes and returns a new instance of the content view using this configuration.java.lang.ObjectupdatedConfigurationForState(UIConfigurationState state)Returns a copy of the configuration updated for the specified state, by applying the configuration's default values for that state to any properties that have not been customized.-
Methods inherited from interface apple.foundation.protocol.NSCopying
copyWithZone
-
-
-
-
Method Detail
-
makeContentView
UIView makeContentView()
Initializes and returns a new instance of the content view using this configuration.
-
updatedConfigurationForState
java.lang.Object updatedConfigurationForState(UIConfigurationState state)
Returns a copy of the configuration updated for the specified state, by applying the configuration's default values for that state to any properties that have not been customized.
-
-