Declaration | |
---|---|
From | @property (nonatomic) UIPasteControlDisplayMode displayMode |
To | @property (nonatomic, assign) UIPasteControlDisplayMode displayMode |
Declaration | |
---|---|
From | @property (nonatomic) UIPasteControlCornerStyle cornerStyle |
To | @property (nonatomic, assign) UIButtonConfigurationCornerStyle cornerStyle |
Declaration | |
---|---|
From | @property (nonatomic, nullable) UIColor *baseForegroundColor |
To | @property (nonatomic, strong, nullable) UIColor *baseForegroundColor |
Declaration | |
---|---|
From | @property (nonatomic, nullable) UIColor *baseBackgroundColor |
To | @property (nonatomic, strong, nullable) UIColor *baseBackgroundColor |
Availability | Deprecation Message | |
---|---|---|
From | Available | none |
To | Deprecated | Please use instance method `setNeedsUpdateOfSupportedInterfaceOrientations`. |
Availability | Deprecation Message | |
---|---|---|
From | Available | none |
To | Deprecated | Update supported interface orientations and call setNeedsUpdateOfSupportedInterfaceOrientations to indicate a change. |