We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nonatomic
clipsToBounds
1 parent 7028f7e commit 3770a1aCopy full SHA for 3770a1a
React/Base/RCTUIKit.h
@@ -589,7 +589,8 @@ typedef UIImageView RCTUIImageView;
589
#else
590
@interface RCTUIImageView : NSImageView
591
NS_ASSUME_NONNULL_BEGIN
592
-@property (nonatomic, assign) BOOL clipsToBounds;
+// FUTURE: When Xcode 14 is no longer supported (CI is building with Xcode 15), we can remove this override since it's now declared on NSView
593
+@property (assign) BOOL clipsToBounds;
594
@property (nonatomic, strong) RCTUIColor *tintColor;
595
@property (nonatomic, assign) UIViewContentMode contentMode;
596
NS_ASSUME_NONNULL_END
0 commit comments