A CGFloat
value specifying the height of the containing window, or nil
if the height is not specified.
SDKs
- iOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
Framework
- Web
Kit
Declaration
@property(nonatomic, readonly) NSNumber *height;
A CGFloat
value specifying the height of the containing window, or nil
if the height is not specified.
SDKs
Framework
@property(nonatomic, readonly) NSNumber *height;
allows Resizing
A Boolean value indicating whether the containing window should be resizable, or nil
if resizability is not specified.
width
A CGFloat
value specifying the width of the containing window, or nil
if the width is not specified.
x
A CGFloat
value specifying the x-coordinate of the containing window, or nil
if the x-coordinate is not specified.
y
A CGFloat
value specifying the y-coordinate of the containing window, or nil
if the y-coordinate is not specified.